Convert a Table to Text
Converts a table into its text (string) representation.
Overview
This procedure converts a table into a plain text (string) representation. It's useful for exporting or displaying table data as a readable string.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Convert a Sample Table to Text
create a sample table
convert the table to a stringthe string
[{"Name":"john","Number":"+ 1 (415) 691 9426","Address":"123 east street","City":"San Francisco"},{"Name":"joe","Number":"+ 1 (415) 691 1234","Address":"321 west street","City":"San Jose"},{"Name":"jack","Number":"+ 1 (415) 691 4595","Address":"213 north street","City":"San Francisco"}]
Last updated
Was this helpful?
