Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
csv to postgresql
Labels:
- Labels:
-
Apache NiFi
New Contributor
Created ‎11-18-2020 03:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to create table from csv file
3 REPLIES 3
New Contributor
Created ‎11-18-2020 03:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
column names from first line csv
Expert Contributor
Created ‎11-19-2020 10:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
New Contributor
Created ‎11-20-2020 12:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
my csv is file.csv
ok scheme dont need. is possible auto-create table with column names from first line csv?
