How To Use Windows Commands in BODS
How To Use Windows Commands in BODS
Source:
Target:
A. By using Type function we can redirect the content of the file and it will create a new file
with the copied data.
3. How to merge the data from multiple files to one file even if the
structure is not the same.
A. Use the copy command and /b parameter to merge the files.
5. How to remove the blank lines (Rows) in a source file. If any blank lines
exist in our source file, BODS will throw error as below.
A. By using find command and /v /c parameters will get the record count.
OR
print( word_ext( exec( 'cmd','dir/b /o-d \\\ filepath\*.xml ' ),1,' '));