Hello there,
I need a little help with the data i'm working with.
I need to remove the 9th digit on all records in a text string. The data records in this field is constantly the same length at 12.
Currently the data example is:
BIGAPPLEXABC
EXTARCHSYJSK
LAUNCHEDFRTO
I need Alteryx to remove the bold to then read
BIGAPPLEABC
EXTARCHSJSK
LAUNCHEDRTO
The letters in bold are random and therefore can't Regex replace on a specific letter and has to be a rule that removes the 9th value. I also need the last 3 letters and therefore can't remove the last 4. Any suggestions would be incredibly helpful.
All the best,
George