Open main menu

TaticView β

Changes

Automate Update data

42 bytes added, 15:59, 28 October 2016
no edit summary
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 nonotifyerror (opcional) - does not notify the user if an error occurs during the process -notifyshare (opcinalopcional) - sends data update notification to users who have these data file dashboards shared when the importing process ends without errors. Only works with -wait.
<!--T:26-->
'''Example:'''
'''tvcli -cmd import_file -user myemail@email.com -datamart 246 -file "c:\taticview\imp\spreadsheet.xlsx"'''
'''tvcli -cmd import_file -user myemail@email.com -datamart 246 -file "c:\taticview\imp\file.csv" -wait -notifyshare'''
'''tvcli -cmd import_file -user myemail@email.com -datamart 246 -file "c:\taticview\imp\spreadsheet.xlsx" -wait'''
'''tvcli -cmd import_file -user myemail@email.com -datamart 246 -file "c:\taticview\imp\spreadsheet.xlsx" -type clear_and_add'''
'''tvcli -cmd import_file -user myemail@email.com -datamart 246 -file "c:\taticview\imp\spreadsheet.xlsx" -type append'''
'''tvcli -cmd import_file -user myemail@email.com -datamart 246 -file "c:\taticview\imp\spreadsheet.xlsx" -type append -noerrornonotifyerror'''