TXT Comma-Text Conversion

<< Click to Display Table of Contents >>

Navigation:  Actions > Strings >

TXT Comma-Text Conversion

 

This action is designed for conversion of a comma-separated string in a multiline text and vice versa.

Often data for machine processing is given as comma-separated string. At the same time a multiline text is easier for processing.

Processing of strings in the cycle (Text Loop)

Calculation of quantity of strings and extraction of a string by its number.

etc.

 

TXTCommaTextConvert

 

Source Text (string)

Specify a source text or a comma-separated string for conversion.

 

Conversion kind

Select one of two conversion options

Comma-Separated String ==> Multiline Text

Multiline Text ==> Comma-Separated String

 

CSV format

You can use more than just the standard CSV string format.

 

TXTCommaTextConvert2

 

Choose Custom format if you want to use non-standard CSV. Then select delimiter and Quote char

 

Save Result into Variable

Input the name of the variable into which you need to save the result of the conversion.

 

note Related Topics

STR Replace

STR Trim

STR Delete

STR Insert

STR Extract

STR Pos

STR Between

STR Length

STR format CSV line

TXT Number of Lines

TXT Extract Line

TXT Delete line

TXT Insert line

TXT UTF-8 Conversion

Operations on lists