I would like to know that for a jdbc URL
jdbc:text:sftp://username:password@servername/dir1/dir2/dir3/?_CSV_Separator=,;_CSV_Header=True;fileExtension=txt
What would be the database name ?
Is it possible to get list of all tables (files) inside a database (folder)?
|
>What would be the database name ?
Text is a file database, and needn't databse name.
>Is it possible to get list of all tables (files) inside a database (folder)?
Possible, but need code complement for specific ftp server.
|