Split a single field
-
Hello,
I need to split a single field into three separate values during import.
For example, my field contains:
235/45R20
I want to extract and import it as:
- Width →
235
- Ratio →
45
- Diameter →
20
How can I achieve this without modifying the source file?
Thanks!
- Width →
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.