Googleシートの残りのURLから1行だけを取得したいとします。GoogleシートのRESTサービスからデータをインポート
私は
=IMPORTDATA("https://imageryuploader.geoplatform.gov/arcgis/rest/services/ImageEvents/MapServer/1/query?text=A0016-4646&outFields=EXIFPhotoDate")
をしようとすると私はちょうど私が
取得ブラウザにhttps://imageryuploader.geoplatform.gov/arcgis/rest/services/ImageEvents/MapServer/1/query?text=A0016-4646&outFields=EXIFPhotoDate
を置けば、私は
=IMPORTHTML("https://imageryuploader.geoplatform.gov/arcgis/rest/services/ImageEvents/MapServer/1/query?text=A0016-4646&outFields=EXIFPhotoDate", "list",1)
のためのNAを取得するページ
のための全体のコードブロックを取得します
records:2
EXIFPhotoDate:1506173228000ポイント:X:-66.61147999999997 Y: 18.279028333000042
EXIFPhotoDate:1506173228000ポイント:X:-66.61147999999997 Y: 18.279028333000042
私たちは
を持っているGoogleのシートを作成したいです列A - イメージ名 で、B列には= IMPORTHTML( "https://imageryuploader.geoplatform.gov/arcgis/rest/services/ImageEvents/MapServer/1/query?text=A0016-4646&outFields=EXIFPhotoDate"、 "list"、1)またはこれと類似のものが使用され、UNIX D/Tが取得されます。 最後に、C列ではdd/mm/yyyyに、Dでは24 UTC時間を入力する必要があります。
Convert Exif date to different formatのおかげで、私はunix d/tを変換する式を持っています。 GSheetがhttps://docs.google.com/spreadsheets/d/1Ff-gohRIkumpxqSeEVKyGq6PPEP542PJSB1vBIzI1jA/edit#gid=0