Some Guidance please

JeffGrant

Well-known Member
Joined
Apr 7, 2021
Messages
519
Office Version
  1. 365
Platform
  1. Windows
I have a java API that downloads and combines csv files from a data site, ready for import into excel.
Basically, the API gets a particular file, then loops through all of the lines in the file to pull down the relevant data for the day.

The data suppler also supplies the data as json files and they are making noises about stopping the supply of the csv files.

With PQ, i can see there are many videos about pulling a single data file with a known URL, but i have not seen anything that would effectively loop through an input list to create the URL as an input variable.

Is this possible?

I am a real novice with PQ, and a little above novice with VBA, so I can grab the jist of it without claiming be a professional. so I do understand the technical parts of what i am asking here.

I look forward to hearing from your guys soon.
 
oops sorry, today there were 4 tracks, with 7,7,8 & 8 races respectively.

{"IsError":false,"IsOverRequestLimit":false,"PageDescription":"","PageTitle":"","Result":[{"Date":"\/Date(1686492000000+1000)\/","DateStamp":"\/Date(1686534027000+1000)\/","MeetingId":189692,"RaceCount":7,"RaceNumbers":[1,2,3,4,5,6,7],"Resulted":true,"State":"NSW","TABMeeting":true,"Track":"Ballina","TrackId":108},{"Date":"\/Date(1686492000000+1000)\/","DateStamp":"\/Date(1686535137000+1000)\/","MeetingId":189693,"RaceCount":7,"RaceNumbers":[1,2,3,4,5,6,7],"Resulted":true,"State":"QLD","TABMeeting":true,"Track":"Cairns","TrackId":153},{"Date":"\/Date(1686492000000+1000)\/","DateStamp":"\/Date(1686533127000+1000)\/","MeetingId":189698,"RaceCount":8,"RaceNumbers":[1,2,3,4,5,6,7,8],"Resulted":true,"State":"VIC","TABMeeting":true,"Track":"Mornington","TrackId":315},{"Date":"\/Date(1686492000000+1000)\/","DateStamp":"\/Date(1686535561000+1000)\/","MeetingId":189694,"RaceCount":8,"RaceNumbers":[1,2,3,4,5,6,7,8],"Resulted":true,"State":"SA","TABMeeting":true,"Track":"Murray Bridge GH","TrackId":1151},{"Date":"\/Date(1686492000000+1000)\/","DateStamp":"\/Date(1686533574000+1000)\/","MeetingId":189672,"RaceCount":8,"RaceNumbers":[1,2,3,4,5,6,7,8],"Resulted":true,"State":"NSW","TABMeeting":true,"Track":"Warwick Farm","TrackId":126}],"ServerTime":null}
 
Upvote 0

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
I must say though, there is a lot less code in M than there is in JAVA :) (see I am slowly gettgn thehang of it :))
 
Upvote 0
oops sorry, today there were 4 tracks, with 7,7,8 & 8 races respectively.

{"IsError":false,"IsOverRequestLimit":false,"PageDescription":"","PageTitle":"","Result":[{"Date":"\/Date(1686492000000+1000)\/","DateStamp":"\/Date(1686534027000+1000)\/","MeetingId":189692,"RaceCount":7,"RaceNumbers":[1,2,3,4,5,6,7],"Resulted":true,"State":"NSW","TABMeeting":true,"Track":"Ballina","TrackId":108},{"Date":"\/Date(1686492000000+1000)\/","DateStamp":"\/Date(1686535137000+1000)\/","MeetingId":189693,"RaceCount":7,"RaceNumbers":[1,2,3,4,5,6,7],"Resulted":true,"State":"QLD","TABMeeting":true,"Track":"Cairns","TrackId":153},{"Date":"\/Date(1686492000000+1000)\/","DateStamp":"\/Date(1686533127000+1000)\/","MeetingId":189698,"RaceCount":8,"RaceNumbers":[1,2,3,4,5,6,7,8],"Resulted":true,"State":"VIC","TABMeeting":true,"Track":"Mornington","TrackId":315},{"Date":"\/Date(1686492000000+1000)\/","DateStamp":"\/Date(1686535561000+1000)\/","MeetingId":189694,"RaceCount":8,"RaceNumbers":[1,2,3,4,5,6,7,8],"Resulted":true,"State":"SA","TABMeeting":true,"Track":"Murray Bridge GH","TrackId":1151},{"Date":"\/Date(1686492000000+1000)\/","DateStamp":"\/Date(1686533574000+1000)\/","MeetingId":189672,"RaceCount":8,"RaceNumbers":[1,2,3,4,5,6,7,8],"Resulted":true,"State":"NSW","TABMeeting":true,"Track":"Warwick Farm","TrackId":126}],"ServerTime":null}
Are you sure that you are using today as 13-Jun-2023?
 
Upvote 0
thanks. all i get back is the first track and race one only. is that what you are expecting?
Today there are 3 tracks with 12, 7 & 7 races respectively.
Not really. It returns one row for each race for each track. Something like below.

1686655966518.png
 
Upvote 0
Jolly good point. That would help for sure....

when I use the right date I get this as the API call results....

{"IsError":false,"IsOverRequestLimit":false,"PageDescription":"","PageTitle":"","Result":[{"Date":"\/Date(1686578400000+1000)\/","DateStamp":"\/Date(1686619062000+1000)\/","MeetingId":189699,"RaceCount":9,"RaceNumbers":[1,2,3,4,5,6,7,8,9],"Resulted":true,"State":"VIC","TABMeeting":true,"Track":"Ballarat Synthetic","TrackId":1150},{"Date":"\/Date(1686578400000+1000)\/","DateStamp":"\/Date(1686619730000+1000)\/","MeetingId":189697,"RaceCount":7,"RaceNumbers":[1,2,3,4,5,6,7],"Resulted":true,"State":"NSW","TABMeeting":true,"Track":"Scone","TrackId":105},{"Date":"\/Date(1686578400000+1000)\/","DateStamp":"\/Date(1686620133000+1000)\/","MeetingId":189696,"RaceCount":7,"RaceNumbers":[1,2,3,4,5,6,7],"Resulted":true,"State":"NSW","TABMeeting":true,"Track":"Wagga","TrackId":509}],"ServerTime":null}

when i use the query, all i am getting Ballarat Synthetic and Race Number1
 

Attachments

  • 1686656159961.png
    1686656159961.png
    87 KB · Views: 4
Upvote 0
I am not seeing that list as you are for some reason. I am seeing the next step. The expanded record
 
Upvote 0
I can see the image you created, with columns moved, at step TableFromCSV. it looks like it is the next two steps wher it changes
 
Upvote 0
When you first run the query, did you get a credentials message and accept to allow connection to the server?

When you click on the last step, TableFromCSV, what do you see in the preview section?

1686656477837.png


Perhaps, did you possibly click on the Table in the first row that extracts that table only and now seeing more steps in your applied steps?
 
Upvote 0
I created a new qury, pasted the code, and got the permissions. no drama.
upon reordering the columns to match your image, i get the same data at Table FromCSV Step.
1686657169005.png

Looking your original code, I must have expanded the table record. Oops sorry, the GUI acts like a step recorder and I must have pressed the extra steps :(
 
Upvote 0

Forum statistics

Threads
1,216,272
Messages
6,129,822
Members
449,538
Latest member
cookie2956

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top