You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having lots of xml files from cronjobs set to scan every 6 hours on our work network, I'd like to import into a db. This script sets the last_scanned to the time of the import and the actual date that it was scanned is thrown away. I've hacked my version(I'm not good at perl), to use host and actual date of scan as primary key while throwing away last_scanned field since import time is not useful to me. If someone could show me how to do the above properly along with possibly adding os info from scan, that would really make this useful for me. Any plans to update for other DB's(Postgres, etc) or is this project no longer actively adding features?
The text was updated successfully, but these errors were encountered:
Having lots of xml files from cronjobs set to scan every 6 hours on our work network, I'd like to import into a db. This script sets the last_scanned to the time of the import and the actual date that it was scanned is thrown away. I've hacked my version(I'm not good at perl), to use host and actual date of scan as primary key while throwing away last_scanned field since import time is not useful to me. If someone could show me how to do the above properly along with possibly adding os info from scan, that would really make this useful for me. Any plans to update for other DB's(Postgres, etc) or is this project no longer actively adding features?
The text was updated successfully, but these errors were encountered: