Hello! I have got an xml file with lots of products. Some products have such titles as:
T-shirt (size S)
T-shirt (size M)
T-shirt (size L)
etc.
When I drag and drop <model> from the XML code, I see {model[1]} in my Title field. It means, that I will have “T-shirt (size S)” in the title, but I need only “T-shirt”
How do I import only the title “T-shirt” without text in brackets?
May be it has something to do with syntax?