Splitting Excel Columns by a Custom Delimiter
- 26 Apr 2021
- 1 Minute to read
- Print
- DarkLight
This documentation version is deprecated, please click here for the latest version.
Splitting Excel Columns by a Custom Delimiter
- Updated on 26 Apr 2021
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
By using the Split Excel Column component in a Flow, the data in an Excel spreadsheet's column that is separated by a delimiter can be split into several columns and then displayed in a data grid or converted into a CSV file.
The Split Excel Column step can also split the original columns into more columns, or combine them into fewer columns.
Example
The following example demonstrates how to use a Split Excel Column step in a Flow to separate data in an Excel spreadsheet that is separated by a delimiter, and how to properly map the step via the Mapping Editor.
- From a Designer Project, select the CREATE FLOW button from the Global Action Bar; select Flow, provide a Name, then click CREATE.
- From the Flow Designer, expand the DATA > EXCEL & CSV category in the Toolbox tab, and attach a Split Excel Column step to the Start and End steps.
- Navigate to the Split Excel Column step's Properties tab and click Edit Input Mappings.
- From the Input Mapping window, set each Input to Constant mapping. Begin by mapping the desired File to the File input Then, from the File Type dropdown menu, select the corresponding Type.
- For the Column Input, specify the number of Columns presently in the spreadsheet. Map the Delimiter character to its respective Input.
- In Number of Resulting Columns, specify the expected number of resulting Columns after the current Columns are split. Then, if relevant, provide the number of the Worksheet being split in the Worksheet Number Input. Then click OK.
- Save the Flow, then if desired close via X.
Was this article helpful?