To import dynamically updated filenames (files that are added with unique identifiers), our system can pull the last modified file, using the common repeating part of the filename of your choosing. To achieve this:
- Go to "Products", choose the "Product Source" tab, and check the "Dynamic filename" box
- Identify the part of the filename that is always repeated
- Example: if you have multiple files "myproducts1.csv", "myproducts2.csv", etc....the repeated name is "myproducts"
- If the unique values are at the beginning of the filename, put the wildcard symbol "%" in front of the filename
- Example: use "%myproducts.csv" if your filenames look like this: "1myproducts.csv", "2myproducts.csv", etc...
- If the unique values are at the end of the filename, put the wildcard symbol "%" at the end of the filename (but before the extension)
- Example: use "myproducts%.csv" if your filenames look like this: "myproducts1.csv", "myproducts2.csv", etc...
Comments
0 comments
Please sign in to leave a comment.