We need examples of working with a VB .net datatable using TDM Javelin.
Can you please provide an example flow?
Test Data Manager TDM
Javelin 4.9.X
The attached Flow shows the following Datatable operations:
1) Reading a CSV File into a datatable
2) Displaying the column names in the new datatable
( This does require the system.linq namespace import)
3) Displays the data in the new datatable
4) Copies a subset of data from the original datatable to a new datatable of the same structure.
5) adds a new data column to a datatable
6) Update the date in the new data column added
7) add a new row of data to a datatable
8) add a new row of data to a datatable
9) Export datatable to CSV file.