Re: Uploading all files under directory with no extension

2016-07-27 Thread Alexandre Rafalovitch
I believe the extensions are used for type guessing normally. You could try explicitly specify files if they are in one directory and you only have non-extension files. Or you could do a find|grep -v|xargs -n command sequence to find whatever you need and feed it to the post script. Regards, A

Uploading all files under directory with no extension

2016-07-27 Thread Nirav Patel
I tried using post tool with following parameters. Looks like its not uploading files if it doesn't have known extension. ./bin/post -c mycol1 -params "separator=%09" -type text/tsv -filetypes tsv /dev/datascience/pod1/population/baseline/ /usr/java/jdk1.8.0_102//bin/java -classpath /home/xact