Created 11-18-2020 03:13 AM
How to create table from csv file
Created 11-18-2020 03:15 AM
column names from first line csv
Created 11-19-2020 10:11 AM
Your csv is content of the flowfile?
Use PutDatabaseRecord and create CsvReader as Controller.
You dont need an Avro Schema if the column names of both are the same
Created 11-20-2020 12:03 AM
my csv is file.csv
ok scheme dont need. is possible auto-create table with column names from first line csv?