Uipath Marketplace
MarketplaceListingsSnippetData Table Split by Column Names

Create your first automation in just a few minutes.Try Studio Web

Data Table Split by Column Names

Data Table Split by Column Names

by Internal Labs

Star

4

Snippet

Downloads

194

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

Publisher

Internal Labs

Visit publisher's page

License & Privacy

License Agreement

Privacy Terms

Technical

Version

1.0

Updated

Feb 18, 2020

Works with

Studio: 18.2.3 - 22.10

Certification

Silver Certified

Support

UiPath Community Support

Similar Listings