0
File Name Pattern of Image Import
Hi,
I want to import product images to Ninox. The file pattern is URL/SKUa.jpg. When I create the image file I add a letter a,b,c,d etc to the end of the image SKU, but before the file extenstion (.jpg).
How can I import these images (I assume the Admin Tool is required), as the File Name Pattern in the Ninox Admin Tool only picks up files without the a,b,c using the format (\w+)\.\w+$. Can I add a character to this that will tell ninox the a,b,c at the end of the SKU is to be ignored? Also Can you control which order they are imported?
Thanks
Matt
2 replies
-
I can't help on the Ninox import aspect, but based on the RegEx you posted, the match will fail at the first /
\w+ Only matches ASCII letters, digits or underscores
-
Tanks Sean.
Content aside
- 4 yrs agoLast active
- 2Replies
- 691Views