TSV String, Convert date data to yyyy-MM format
Converts the date data in the specified column to yyyy-MM or yyyy format and appends the value to the end of all lines.
Download
- tsv-string-convert-date-to-yyyyMM-202211.xml
- 2022-11-17 (C) Questetra, Inc. (MIT License)
- tsv-string-convert-date-to-yyyyMM-2023.xml
- 2023-08-16 (C) Questetra, Inc. (MIT License)
- for “GraalJS standard (engine-type 3)” on v15.0 or above
The Addon-import feature is available with Professional edition.
Freely modifiable JavaScript (ECMAScript) code. No warranty of any kind.
Notes
- The column ID of the date field you specify starts at zero.
- The string before conversion is converted to a date string of the specified format when interpreted by Date.parse().
- If the value of the specified field is not properly converted, an empty character (”) is added.
Capture

