Difference between revisions of "Translations:Automate Update data/25/en"

From TaticView
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
Line 6: Line 6:
 
                           append        - Adds the new data at the end of the TaticView Data File. It is necessary to be careful not to duplicate any data.
 
                           append        - Adds the new data at the end of the TaticView Data File. It is necessary to be careful not to duplicate any data.
 
   -wait (opcional)      - waits for the end of the import.  It is needed to test '''Output Status'''
 
   -wait (opcional)      - waits for the end of the import.  It is needed to test '''Output Status'''
   -nonotifyerror (opcional)    - does not notify the user if an error occurs during the process
+
   -noerror (opcional)    - does not notify the user if an error occurs during the process
   -notifyshare (opcional) - sends data update notification to users who have these data file dashboards shared when the importing process ends without errors. Only works with -wait.
+
   -notifyshare (opcinal) - sends data update notification to users who have these data file dashboards shared when the importing process ends without errors.

Revision as of 17:33, 21 September 2017

Information about message (contribute)

This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.

Message definition (Automate Update data)
-cmd                  - import_file  - Command that uploads your files and add them to the update queue.
  -user                  - Your TaticView user (access email).
  -datamart              - The identification code of the data file obtained through the properties option on the TaticView main page.
  -file                  - The address of the text (CSV) or spreadsheet (XLSX, XLS, XLSM) data file that will be updated. You can use mapped drives (Ex.: C:\, D:\) or UNC address (Ex.: \\server\folder\file).
  -type (opcional)      - clear_and_add - Deletes every data from the TaticView's Data File and imports new data. This is TVCli's default behavior.
                           append        - It adds new data to your TaticView's data files file/spreadsheet while still keeping the previously imported data. It's important to make sure to not duplicate any data.
  -wait (opcional)      - Command that makes TVCli wait the end of your data updates along with TaticView. It's necessary in case you want to test commands responses (ERROR_LEVEL).
  -nonotifyerror (opcional)    - Command used to not notify the user in case of an error occurring during the update process. 
  -notifyshare (opcional) - Command used to send a notification to the users who own shared dashboards informing that the data update finished successfully. This command only works when used with the <i>-wait</i> command.
Translation-cmd                  - import_file  - uploads the data file and places it in the import queue
  -user                  - TaticView user 
  -datamart              - identifier of the data file obtained in the Data file properties at the interface.
  -file                  - Text data file (CSV) or spreadsheet (XLSX,XLS) to be imported.
  -type (opcional)      - clear_and_add - Deletes all data from TaticView Data File and imports the new data. (default)
                           append        - Adds the new data at the end of the TaticView Data File. It is necessary to be careful not to duplicate any data.
  -wait (opcional)      - waits for the end of the import.  It is needed to test '''Output Status'''
  -noerror (opcional)    - does not notify the user if an error occurs during the process
  -notifyshare (opcinal) - sends data update notification to users who have these data file dashboards shared when the importing process ends without errors.

-cmd - import_file - uploads the data file and places it in the import queue

 -user                  - TaticView user 
 -datamart              - identifier of the data file obtained in the Data file properties at the interface.
 -file                  - Text data file (CSV) or spreadsheet (XLSX,XLS) to be imported.
 -type (opcional)       - clear_and_add - Deletes all data from TaticView Data File and imports the new data. (default)
                          append        - Adds the new data at the end of the TaticView Data File. It is necessary to be careful not to duplicate any data.
 -wait (opcional)       - waits for the end of the import.  It is needed to test Output Status
 -noerror (opcional)    - does not notify the user if an error occurs during the process
 -notifyshare (opcinal) - sends data update notification to users who have these data file dashboards shared when the importing process ends without errors.