williamspiro / hubXml

A tool to turn any blog into a HubSpot importable XML file
MIT License
14 stars 5 forks source link

Should failed Elements lookups return some default value? #15

Closed williamspiro closed 6 years ago

williamspiro commented 6 years ago

Right now, nothing gets returned to the XML file if the Elements.isEmpty(); lookups are empty. Maybe we want to throw in some default elements, and log the failed element of each post so you can go back and manually update those. I think this is better than not being able to import the posts with missing required elements.

williamspiro commented 6 years ago

Closing via https://github.com/williamspiro/hubXml/pull/17