importX
importX copied to clipboard
update processor doesn't update tvs
When I set Update processor for ImportX it doesn't update TVs because TVs are saved only when you call runProcessor with 'tvs' parameter (dont care what value it has). But when I manually set this parameter all tvs that are not from csv file are deleted. Because saveTemplateVariables function deletes all tvs that are blank. I think, you should call runProcessor with all tvs in parameters or use getObject with setTVValues.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Related (if not duplicate) issue I reported https://github.com/Mark-H/importX/issues/48
submitted a pull request for this issue