What is the meaning and syntax of the 'DESTINATION DATASET' directive in FME Plugin Reader Writer metafiles and in which cases should we use it
From fmepedia
Q) What is the meaning and syntax of the 'DESTINATION DATASET' directive in FME Plugin Reader Writer metafiles and in which cases should we use it?
A) It is a way of passing the dataset to the writer. Basically, if you are creating a writer, you should be fine with the line:
DESTINATION_DATASET \"$[DestDataset]\"
