I wanted to share a quick and efficient method I used to convert uneven, space-separated text data (like this ) into a clean DataTable in UiPath — without using Regex! uipath#StringManipulationdatatable#TextParsing#NoRegex#AutomationTips
In this video, I showcased an example of converting text with uneven whitespaces into an Excel file. I’ve come across similar challenges in a few of my projects where the data wasn’t tab-delimited.
Although converting text to CSV is typically simple, I’ve faced situations where doing so directly led to issues like empty cells or misaligned columns due to inconsistent spacing.
This video highlights those scenarios and demonstrates practical ways to handle and clean such data effectively