Sorry, I accidentally send it midway.
The command I submitted is like below:
command = f’“{java}” -jar “{jar}” --engine.version=“{engine_version}” --standard={standard} --standard.version={standard_version} --source.sdtm=“{source_sdtm}” --source.define=“{source_sdtm_define}” --cdisc.ct.sdtm.version={cdisc_ct_sdtm_version} --meddra.version={meddra_version} --ndf-rt.version={ndf_rt_version} --unii.version={unii_version} --report=“{report}”’
And I also got to know that this kind of duplication doesn’t happen when I write down datasets seprately each by each for “–source.sdtm” option, that is, for example, --source.sdtm=“C:\xpt\adsl.xpt;C:\xpt\adae.xpt;C:\xpt\adcm.xpt;”. If I use the folder path like --source.sdtm=“C:\xpt”, the duplication occurs.
Is this a well known issue? Or, was my command wrong?