Creating .vdc file and population them using IDL program

Does anybody have an IDL code/program to create a .vdf or .vdc file from binary output files? I noticed that .vdf is not there anymore rather we need to generate a .vdc file but I can not find any guide on how to do this using IDL program?

Hi Kamlesh,

We do not provide a way to natively output VDC files from IDL, however, Vapor both supports many data formats natively and provides a suite of tools to convert data into VDC (Data Format Requirements — 3.8.1 documentation).

You can find instructions on converting your binary output files to VDC here: Converting raw binary data into VDC — 3.8.1 documentation