Narrative Reporting 라이브러리 아티팩트를 익스포트합니다. 선택적으로, 보고서 아티팩트의 경우에만 이 명령은 익스포트를 Financial Consolidation and Close, Planning, Planning 모듈 또는 Tax Reporting으로 임포트할 수 있는 LCM 파일로 변환할 수 있습니다.
익스포트가 완료되면 downloadFile
명령을 사용하여 익스포트 및 오류 파일을 로컬 컴퓨터로 다운로드합니다.
적용 대상
Narrative Reporting필수 역할
사용법
epmautomate exportLibraryArtifact ARTIFACT_PATH EXPORT_FILE [exportFormat=Native|File|LCM] [applicationName=APP_NAME] [errorFile=ERROR_FILE.txt]
설명:
ARTIFACT_PATH
는 Narrative Reporting 라이브러리에 있는 아티팩트의 위치입니다.EXPORT_FILE
은 아티팩트를 익스포트할 파일의 고유 이름입니다.exportFormat
은 선택사항으로, 다음 중 하나입니다.
Native
는 다른 Narrative Reporting 환경에서 함께 사용할 수 있는 zip 파일로 아티팩트를 익스포트합니다. 기본값입니다.File
은 파일을 Narrative Reporting 내에서 사용할 수 있는 원래 이진 형식(PDF, DOCX, Zip, JPEG 등)으로 익스포트합니다. 이 매개변수를 사용하여 이진 파일만 익스포트할 수 있습니다. 이 매개변수는 보고서 아티팩트와 함께 사용하지 않아야 합니다.LCM
은 보고서를 Migration에서 사용되는 형식으로 변환하고 Financial Consolidation and Close, Planning, Planning 모듈 또는 Tax Reporting 환경으로 임포트할 수 있는 ZIP 파일로 익스포트합니다.applicationName
은 선택사항으로, 보고서를 임포트하려는 타겟 애플리케이션의 이름입니다. 이 값은 LCM
을 exportFormat
매개변수 값으로 사용하는 경우에만 필요합니다.errorFile
은 익스포트 관련 오류를 저장할 텍스트 파일의 고유 이름입니다(선택사항).예
epmautomate exportLibraryArtifact "Library/Samples/Sample Report 1" exp_SampleReport1.doc errorFile=export_errors.txt
epmautomate exportLibraryArtifact "Library/Spreadsheets/Sheet1.xlsx" exp_Sheet1.xlsx exportFormat=File errorFile=export_errors.txt
epmautomate exportLibraryArtifact "Library/Samples/Sample Report 1" exp_SampleReport1.zip exportFormat=LCM applicationName=Vision errorFile=report_exp_errors.txt