Magic ETL

Magic ETL

Is there documentation of the java CLI command export-data?

Is there documentation of the java CLI command export-data any place except inside the .jar file?

I read thru https://domohelp.domo.com/hc/en-us/articles/360043437733-Command-Line-Interface-CLI-Tool#2.3.8. and it seems to describe everything except the export-data command. It just has the comment "For full exports, use the export-data command. "

Best Answer

  • Coach
    Answer ✓

    No, there isn't much documentation around the export-data command on the knowledge base.

    You can get help on the command to tell you what parameters it expects when running the command:

    1. > help export-data
    2.  
    3.  
    4.  
    5.  
    6. export-data: Exports DataSet to a CSV file
    7.  
    8.  
    9.  
    10.  
    11.   export-data -i <dataset_id> -f <file_name>
    12.  
    13.  
    14.  
    15.  
    16.   usage:
    17.  
    18.     -f,--filename <FILE>           export filename
    19.  
    20.     -i,--id <ID>                   dataset id
    21.  
    22.     -q,--query <QUERY>             optional query
    23.  
    24.     -qf,--queryfile <QUERYFILE>    query filename


    But that's the extent of the documentation.

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

Answers

  • Coach
    Answer ✓

    No, there isn't much documentation around the export-data command on the knowledge base.

    You can get help on the command to tell you what parameters it expects when running the command:

    1. > help export-data
    2.  
    3.  
    4.  
    5.  
    6. export-data: Exports DataSet to a CSV file
    7.  
    8.  
    9.  
    10.  
    11.   export-data -i <dataset_id> -f <file_name>
    12.  
    13.  
    14.  
    15.  
    16.   usage:
    17.  
    18.     -f,--filename <FILE>           export filename
    19.  
    20.     -i,--id <ID>                   dataset id
    21.  
    22.     -q,--query <QUERY>             optional query
    23.  
    24.     -qf,--queryfile <QUERYFILE>    query filename


    But that's the extent of the documentation.

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

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In