Ok so I have a string of data that has approximately 60 digits in it.
There is no obvious delimiter - we just have to know the spot where to seperate.
I am working in ETL and am essentially trying to do the SQL function where I start at a certain digit and end at another. I need to do this 7 times over so just using the string operations that doesn't splice the data wont help.
I could splice and resplice based off the created column but I am hoping for a more efficient solution.
Any suggestions?
Here is the string for reference