Skip to main content

CSV Files

DevAssure provides built-in actions to read CSV files. You can read the entire CSV file or specific rows and columns as needed.

This can be useful for scenarios where you need to validate data from CSV files or use CSV data in your test cases.

One common use case is in BFSI applications where transaction data is often stored in CSV format and validating transactions is crucial.

A similar use case is in e-commerce applications where product data is often stored in CSV format and validating product details is essential.

Another use case is in healthcare applications where patient data is often stored in CSV format and validating patient records is important.

Read CSV Files

Read CSV Files using DevAssure Actions

Advanced CSV Read function

Advanced Read CSV

Write CSV Files

DevAssure provides the ability to create custom advanced functions like CSV Write.

Advanced CSV Write

Sample code