Summary:
How to export individual analysis file from library using config export-library-content command.
Solution:
Below is an example command to export analysis file 'analysis_name.dxp' from folder /Folder1/SubFolder1:
config export-library-content --tool-password=admin123 --file-path=/Folder1/subfolder1/analysis_name --user="username" --item-type=dxp --library-path="/defect/foldername/analysis_name"NOTE: Do not put the DXP extension - just the analysis file name.
Similarly, to import analysis file:
config import-library-content --tool-password=admin123 --file-path=\data\test\analysis_name.part0.zip --conflict-resolution-mode=keep_both --user=spotfire --library-path=/
For more information on conflict resolution, refer to Spotfire Analyst documentation:
https://docs.tibco.com/pub/sfire-analyst/14.6.1/doc/html/en-US/TIB_sfire_client/client/topics/en-US/conflict_resolution_in_the_library.html
Exporting from the library using Analyst:
Importing to the library using Analyst:
Comments
0 comments
Article is closed for comments.