CityOfLosAngeles / hcid-lookup-tool

A lookup tool for data from LAHD. Repository has been archived 2022-10-13.
Apache License 2.0
0 stars 3 forks source link

functions for copying files from uploads to temp folder implemented #22

Closed andreyorlov33 closed 7 years ago

andreyorlov33 commented 7 years ago

Once a file is uploaded to our uploads folder, a read/write stream is created to the temp-data folder. Once in the temp-data folder parsing operations can be performed on the file. Parsing mechanism is ready to start being implemented

josh5000 commented 7 years ago

That feature is pretty cool. As soon as I get a chance, I can regenerate one of the HIMS or SCEP tables tomorrow and see it work?

How does that sound?

Get Outlook for Androidhttps://aka.ms/ghei36


From: Andrey Orlov notifications@github.com Sent: Monday, March 13, 2017 12:49:46 PM To: datala/hcid-lookup-tool Cc: Subscribed Subject: [datala/hcid-lookup-tool] functions for copying files from uploads to temp folder implemented (#22)

Once a file is uploaded to our uploads folder, a read/write stream is created to the temp-data folder. Once in the temp-data folder parsing operations can be performed on the file. Parsing mechanism is ready to start being implemented


You can view, comment on, or merge this pull request online at:

https://github.com/datala/hcid-lookup-tool/pull/22

Commit Summary

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/datala/hcid-lookup-tool/pull/22, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AFkKq74QO_E69tKxkc0uYU-ZfVc3ALfCks5rlZ3agaJpZM4Mbu5L.

mwhitcom commented 7 years ago

I'll merge this and fix the couple errors you mentioned @oshalygin in my next PR