
Filter a row in a tab-delimited text (TSV) stored in a String type Data Items by date range and save.
- dateString should be in a format recognized by the Date.parse() method.
- Date-only strings (e.g. “1970-01-01”) are treated as UTC, not local.
Data Input
- A’: TSV text stored in the data item selected at A
Service Output
- From the TSV text A’, extract the rows that match the range specified by C and D on the date column B and save it in the String type Data Item selected at E
*Note
- dateString should be in a format recognized by the Date.parse() method.
- Date-only strings (e.g. “1970-01-01”) are treated as UTC, not local.