Spliting values into multiple excels
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hursan
5 - Atom
‎08-08-2024
04:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can someone help me with how to take a table with 1,000,000 records and split the data so that the first 10,000 records go into an Excel file named "1.xlsx," the next 10,000 into a file named "2.xlsx," and so on, while making sure that the header from the original table is included in each file? I'm new to Alteryx and would appreciate any guidance on how to perform this action.
2 REPLIES 2
KGT
12 - Quasar
‎08-08-2024
05:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Create a field with the sheet name. RecordID followed by a formula to edit that ID. RecordID = CEIL([RecordID]/10000)
Then in the Output tool, there is a section at the bottom of the configuration window to "Take File/Table Name from field".
Raj
16 - Nebula
‎08-09-2024
07:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Hursan
find workflow attached for reference
hope this helps
