scrobbleIngest #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See
36873053bcCurrently writing a function that takes in the data, and parses it, effectively writing my own
jsonParse, but it's doing more than that.Timeline:
Now, what I'm currently writing: Load in data as the intermediate struct, loop over data to verify and add to job data, then run job on all data at once (with hashmap)
What I intend to arrive at: Verify data as it's being read, check against hashmap to see if job needs to be run on that data, and then run individual jobs on each piece of data
Create jsonParse function for typeto Create jsonParse function for each upload methodScrobbleCreate jsonParse function for each upload methodtoscrobbleIngest