Pick a csv file from a windows source

Hi @amishra97 ,

You can try the SQL loader connector with the Data Files URL value as -

jdbc:csv:ftp://<windows server IP>/path/to/csv_file

Driver Class as -

com.hxtt.sql.text.TextDriver

Additional Connection Parameters as -

_CSV_Header=true