Create your first automation in just a few minutes.Try Studio Web →
by Internal Labs
4
Snippet
196
Summary
Summary
Splits a DataTable into 2 DataTables, 1 which contains user-specified columns and 1 which contains the remaining columns.
Overview
Overview
This component receives a DataTable and an array of column names from the DataTable and creates 2 new DataTables, one containing the input columns and the other one containing the remainder of the columns. The DataTables are built using the DataView ToTable method. The columns which are not specified in the input are obtained using a LINQ expression.
NOTE: Installation Guidelines for Snippets can be found here.
Features
Features
The ability to work with a DataTable without redundant information.
Additional Information
Additional Information
Dependencies
N/A
Code Language
Visual Basic
Technical
Version
1.0Updated
February 18, 2020Works with
Studio: 18.2.3 - 22.10
Certification
Silver Certified
Tags
Support
UiPath Community Support