Comprehensive support is available in ACCELQ to test delimited files (CSV/TSV/Other delimited). Multiple commands are available to read, verify or update content in fixed-width files. These commands are also helpful in the ETL testing environment.
Get row count from Delimited file
Returns the row count from a given delimited file. On error -1. Supports CSV (comma separated), TSV (tab separated), or any other custom delimiter files.
file format |
file format |
Get column count of Delimited file
Returns the column count of a row from a given delimited file. On error -1. Supports CSV (comma separated), TSV (tab separated), or any other custom delimiter files.
row number |
row number to get col count from (starts from 1) |
Get cell text from Delimited file
Gets the cell text from a given delimited file. Supports CSV (comma separated), TSV (tab-separated), or any other custom delimiter files.
file format |
file format |
Get row text from Delimited file
Gets the content of a row from a given delimited file. Supports CSV (comma separated), TSV (tab separated) or any other custom delimiter files.
file format |
file format |
Get row containing text in Delimited file
Finds records in a given delimited file that match the given criteria. Supports CSV (comma separated), TSV (tab separated), or any custom delimiter files.
is return all matches |
Decide if all matching records, or just the first matching record |
Verify cell text in Delimited file
Verifies whether the text in the specified cell is as expected in a given delimited file. Supports CSV (comma separated), TSV (tab separated), or any other custom delimiter files.
file format |
file format |
Add a new row to Delimited file
Adds a new row to the given delimited file with matching criterion. Supports CSV (comma separated), TSV (tab-separated), or any custom delimiter files.
file format |
file format |
Update cell text in Delimited file
Updates the cell(s) content of a row in a given delimited file. Supports CSV (comma separated), TSV (tab-separated), or any other custom delimiter files.
column selection criteria |
column selection criteria |
Delete row from Delimited file
Deletes the row from a given delimited file. Supports CSV (comma separated), TSV (tab separated), or any other custom delimiter files.
file format |
file format |
Comments
0 comments
Please sign in to leave a comment.