Split a Table
Split a large table into smaller subtables.
Overview
This procedure divides a given table into smaller subtables, each containing at most a specified number of rows. It is useful for handling large datasets that exceed processing or display limits.
The maximum supported row count is 30,000. If no row count is specified, the procedure defaults to using the maximum allowed.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Split a Table into Subtables Using the Default Row Count
create a sample table
split the sample table into subtablesJohn
+1 (415) 691 9426
123 East Street
San Francisco
Joe
+1 (415) 691 1234
321 West Street
San Jose
Jack
+1 (415) 691 4595
213 North Street
San Francisco
2. Split a Table into Subtables with 2 Rows Each
create a sample table
split the sample table into subtables where
the row count is 2the subtables
John
+1 (415) 691 9426
123 East Street
San Francisco
Joe
+1 (415) 691 1234
321 West Street
San Jose
Jack
+1 (415) 691 4595
213 North Street
San Francisco
Last updated
Was this helpful?
