Zoho Reports Upload Tool - Steps for Mac Users
- Download Zoho Reports Upload Tool (Linux Version) from the URL http://css.zohostatic.com/db/api/v3_0/m3/ZohoReportsUploadTool_Linux.zip
- Extract the zip file
- Go to <Tool_Home>/bin/ directory
- Execute the command: whereis java
- Copy the java location
- Open setEnv.sh
- Change the line #2 as below:
export JAVABIN=<paste_your_mac_os_java_location> (Example: export JAVABIN=/usr/bin/java) - Save setEnv.sh file
- Now, run the upload tool as below:
sh CSVUploadConsole.sh <File> <DatabaseName> <TableName> [APPEND/UPDATEADD/TRUNCATEADD] <username> <password>