I have been using a really excellent Google Maps scraper called Botsol and in looking at the hours of operation export from GeoDirectory it looks like I won’t be able to use the shortcodes from the csv download.
This is what Botsol gives me from Google
7AM–2PM 7AM–2PM 7AM–2PM 7AM–2PM 7AM–2PM 7AM–2PM 8AM–1PM
in the form of a shortcode for each day {monday[1]}, {tuesday[1]}, {wednesday[1]}, etc
This is what GeoDirectory uses
[“Mo 07:00-14:00″,”Tu 07:00-14:00″,”We 07:00-14:00″,”Th 07:00-14:00″,”Fr 07:00-14:00″,”Sa 07:00-14:00″,”Su 08:00-13:00”],[“UTC”:”-7″]
I would have to manually create each hours of operation for each business. Unless you have any other suggestions?
Would be really sweet if I could do it like this in WP All Import using their mapped shortcodes (see screenshot)
[“Mo {monday[1]}”,”Tu {tuesday[1]}”,”We {wednesday[1]}”, etc
Do you think this might work?