I am using a build.xml file and I want to create some files in one output directory. In total, I want to generate 3 files: .csv, Excel and .txt file.
The main problem is that I don't know who to check the parameters of a file (a .vdm file of pure::variants platform) and then create those three files with the parameters selected.
Thanks in advance!