Examples for working with a VB Datatable in Javelin
search cancel

Examples for working with a VB Datatable in Javelin

book

Article ID: 234244

calendar_today

Updated On:

Products

CA Test Data Manager (Data Finder / Grid Tools)

Issue/Introduction

We need examples of working with a VB .net datatable using TDM Javelin.
Can you please provide an example flow?

Environment

Test Data Manager TDM
Javelin 4.9.X

Resolution

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.

Attachments

1644424777533__DataTableExamples.zip get_app