RFC/GCD Copy import options
- Last UpdatedSep 03, 2025
- 1 minute read
The RFC/GCD importer moves RFC content into an XR project. It supports both zipped/unzipped GCD format and standard RFCs paired with a .dict file.
Note: It's possible to copy multiple RFC files (not zip) in a single import action. This feature is designed specifically for multipart RFCs (same content split in multiple files) when the copyallfolder option is set to false. For this reason, at the end of the import only one RFC node is created with value of file field set to the first element in the sourcepath list.
Parameters
These are the settings for RFC/GCD import configuration file.
|
Parameter |
Type |
Default |
Description |
|---|---|---|---|
|
destinationpath |
sstring |
Not set |
The source destination path. Include filename with extension to overwrite file name. |
|
dictionaryfile |
sstring |
Not set |
Dictionary file to be copied along with the selected files. |
|
destinationsubfolder |
sstring |
Not set |
Name of the folder that will contain the copied data. |
|
copyallfolder |
sbool |
true |
When set, this parameter copies the entire content of the folder containing the source file. |
|
clearOnAbort |
sbool |
true |
If import is aborted, this setting instructs XR to delete any partially copied files. |