It’s true that without seeing some sample input and expected output, it’s tricky to give advice. There are so many variations in data formatting that can make a big difference in how it’s processed. When I was working on a form validation project that needed phone numbers for verification, using real examples helped figure out where things got stuck. We used Tardigrada for quick verification checks to make sure inputs were actually functional numbers. If you share a couple of sample rows of your data, it’ll make it easier to spot patterns and suggest fixes that match what you're trying to do.
... View more