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

  • GrantSmith
    GrantSmith 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:

    > help export-data
    
    
    
    
    export-data: Exports DataSet to a CSV file
    
    
    
    
      export-data -i <dataset_id> -f <file_name>
    
    
    
    
      usage:
    
        -f,--filename <FILE>           export filename
    
        -i,--id <ID>                   dataset id
    
        -q,--query <QUERY>             optional query
    
        -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

  • GrantSmith
    GrantSmith 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:

    > help export-data
    
    
    
    
    export-data: Exports DataSet to a CSV file
    
    
    
    
      export-data -i <dataset_id> -f <file_name>
    
    
    
    
      usage:
    
        -f,--filename <FILE>           export filename
    
        -i,--id <ID>                   dataset id
    
        -q,--query <QUERY>             optional query
    
        -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!**