Member since
08-22-2019
1
Post
0
Kudos Received
0
Solutions
08-23-2019
08:47 AM
Dear Forum,
I have a CSV file that is generated in a Azure Blob container, i have to record the data from CSV file in table MySQL;
I i got it a solution using this processors:
1 - Use processor ListAzureBlob for list the file in my container;
2 - Fetch file with processo FetchAzureBlob;
3 - Replace the Header and prepare the file for the next step;
4 - input the data into MySQL table;
But I think to have better way to do this. Is it possible to create a table direct in mysql using the csv file by nifi?
... View more
Labels:
- Labels:
-
Apache NiFi