CSV Filter Data

<< Click to Display Table of Contents >>

Navigation:  Actions > CSV Data >

CSV Filter Data

This action allows you to filter CSV data records based on specified conditions. All records that do not meet your criteria will be deleted. This can be useful to reduce data for further processing if needed.

 

General

CSVFilterData1

 

Delete rows that...

Record deletion mode:

•        ...don't match filters - keep only the records that meet your conditions. The remaining records will be deleted.

•        ...match filters - delete all records that meet your conditions.

 

Filter options

 

Filter mode:

Choose the condition combination mode: AND (all listed conditions must be met) or OR (at least one condition must be met).

 

Filter list

Col - Each condition corresponds to a specific column.

Kind - Filter Type. Four options are possible:

substring - the column must contain the specified value

regexp - the column must match the specified regular expression. Regular expressions are more flexible for defining conditions but require some skills.

as number - column value should be interpreted as a number. In addition, a comparison operator with the specified value must be selected.

as datetime - column value should be interpreted as a number. In addition, a comparison operator with the specified value must be selected.

Value - value to which the column value is to be compared. Date and time must be specified in the current system format.

Extras - additional notes to filter: case sensitive, date-time format

 

Source and Source format

Source and Source format tabs are identical for most SCV actions. Read description in "CSV Get Data Information" chapter

 

 

note Related Topics

CSV Open Data

CSV Get Data Information

CSV Add Column

CSV Remove Column

CSV Sort by Column

CSV Move Column

CSV Read Cells

CSV Write Cells

CSV Merge Data

CSV Filter Data

CSV Data Loop

CSV Remove Duplicates

CSV Save Data

SQL Query to CSV File

Read system events to CSV

Load process info to CSV

 

 

Note: This feature is available for Business license only