# 5. CSV Delimited Data

1\) Create kafka topic : COMPLAINTS-CSV

![](/files/-MDZTw0o0yWSmwZgzCx6)

2\) Now create stream&#x20;

![](/files/-MDZUB9HeobjxTEtikEH)

3\) Write some data in kafka topic :

![](/files/-MDZUT9PYxDPC1fmDqTm)

4\) Generate a error by inserting wrong set of data in the producer :

![](/files/-MDZUnbu8gFtsqOmbqfK)

5\) We need to check KSQL Server logs to check the actual error :

![](/files/-MDZV4j1RwzOB7irs9GL)

![](/files/-MDZV8eYvzecXA523_QW)

6\) If we want to check the tail of the log then the below command :

![](/files/-MDZVZJTnPUCT8dVYze2)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://architectures.gitbook.io/project/apahce-kafka/ksql-on-ksqldb-for-stream-processing/ksql-intermediate/5.-csv-delimited-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
