Member since
11-23-2018
2
Posts
0
Kudos Received
0
Solutions
11-26-2018
04:35 AM
@Shu Greate! It work well. Tank you
... View more
11-23-2018
04:27 AM
I was working with NIFI to ingest csv file into postgresql. But I have many different csv file so cannot define specific avro schema. So I use inferavroschema processor. But there is some problem 1. I have to ingest csv file which have timestamp type column. But when I run inferavroschema processor, it define the type of column as string 2. If first row of column is null, processor define the type of column as string, even though its original type is integer or double So what I figured out was to retrieve the avroschema from the table in the database using the filename, but I do not know if there is a processor that does this. Can anyone help me with this?
... View more
Labels:
- Labels:
-
Apache NiFi