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
# * URL
# * Data Column amount
# * Mapping Hash
# * Static data Hash (Use an Array with a hash inside if there are multiple tables on this page)
# * REgexp to match date/time
#
# First row needs to be table header with descriptions
#
# Name all mapping fields even if they are not used
# E.g.:
# Scraper::TableParser.new("http://www.bousai.ne.jp/eng/speedi/pref.php?id=01", 6, {:id => "No",
# :value => "Rate of space dose",
# :wind_direction => "Wind Direction",
# :location_name => "Observation office",
# :wind_velocity => "Wind Velocity",
# :precipitation => "Precipitation"},
# "[0-9]{4}/[0-9]{2}/[0-9]{2} [0-9]{2}:[0-9]{2}")
The text was updated successfully, but these errors were encountered:
Meta data for remote sources is required
The text was updated successfully, but these errors were encountered: