Hi,
I have around 200 csv files to be imported into HANA tables. But all the files are present on my local machine.
Is there anyway to import it with SQL command directly from local client?
Or should I first ftp all of them into HANA Server file system and then run the below import command:
IMPORT FROM CSV FILE '/data/data.csv' INTO "MYTABLE"
WITH
RECORD DELIMITED BY '\n'
FIELD DELIMITED BY ',' ;
Thanks,
Varun Vemala