Re: Template Data Feed and Ebay
No storemorph. It would be easy enough to make a token to run that command. I haven't studied that function or how it could be used with a flat file. The file is not being opened by a browser so I don't see how 'Content-Type', 'text/csv' is helpful. The export is simply writing to a file. It uses the mivascript command MvEXPORT. The first byte in the created file is the text that is exported. I can't see anything else with a hex editor. A csv file is a bit different from a plain text file in that text columns are wrapped with "xxxx". Numeric are not. The " can be built into the data feed export. And the file saved as comma separted csv file.
No storemorph. It would be easy enough to make a token to run that command. I haven't studied that function or how it could be used with a flat file. The file is not being opened by a browser so I don't see how 'Content-Type', 'text/csv' is helpful. The export is simply writing to a file. It uses the mivascript command MvEXPORT. The first byte in the created file is the text that is exported. I can't see anything else with a hex editor. A csv file is a bit different from a plain text file in that text columns are wrapped with "xxxx". Numeric are not. The " can be built into the data feed export. And the file saved as comma separted csv file.
Comment