My CSV data doesn contain picture URL data for all entries. How can I keep the processor from displaying links to nowhere or broken images?
A5: You can use our “skip” feature to handle this. If you were using a field name PIX like the example above, you could change the line in the item row structure to:
Any time the processor hits an empty (really empty, not just a space or two) value in the CSV for PIX, it strips out all code between the and the . You can have more than one skip construct on a line also, in case you need to skip something, leave something in, then skip something. The skip feature will work with any fieldname. Make sure matching skipstart/skipstop functions are on the same line.
Related Questions
- Ensure there is not a checkmark beside If importing CSV data: does the first row contain the field names?
- Ensure the is no checkmark is beside If importing CSV data: does the first row contain the field names?
- How can the OPP contain both the last byte of the picture data and also be defined as 0x00000000?