Upload S3 file that contains a header

Hello! I have CVS files in S3. I am able to upload them using the upload-s3 Domo CLI command. However, my files have a header, and it seems the upload-s3 command does not have a option to ignore the header. For instance, there is no -h --header flag. Is this true? Is there no way to skip the header for in a file coming from S3? Thanks!

Comments

  • The upload-s3 command doesn't support headers and will import the entire file. If you don't want the headers you could either remove the headers from the initial file or utilize an ETL to strip out the header information rows, update the column data types to the correct types and then append it to the main dataset.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**