Description:
Using pdm_text_cmd with input file to create CI/Asset only create one CI/Asset (the last one in the input file).
Solution:
The pdm_text_cmd can only create one record/object each time even you use an input file. Unlike pdm_load, which allows multiple inserts per input file, the pdm_text_cmd, can only create one object per input file.
Each time a new object needs to be created, a new instance of pdm_text_cmd and a new input file are needed.