Text File Metadata Load to On Premise Planning
Hi All,
I'm trying to load a text metadata file to on-premise planning. I've gone through Doc ID 2275506.1, but the script instructions are a bit cryptic for me, especially the variables required. I have no issues creating the .csv file using the AftExportToDat script and it sits on our FDMEE server within the import_export folder as specified. See my AftExportToDat script:
if fdmContext["LOCNAME"] == "PRJPLN_Project_Load":
import shutil
#Open the system generated .dat file
datFileName = str(fdmContext["OUTBOXDIR"].replace("\\","/")) + "/" + str(fdmContext["TARGETAPPNAME"]) + "_" + str(fdmContext["LOADID"]) + ".dat"
datFile = open(datFileName,"r")
#Open the .csv file to be generated for Planning Metadata Load