Is Python supported for post-processing? #5
Answered
by
idan
KrishnaRekapalli
asked this question in
Q&A
-
I am wondering if we can use Python for post-processing the downloaded flat files |
Beta Was this translation helpful? Give feedback.
Answered by
idan
May 19, 2021
Replies: 1 comment 4 replies
-
Hey there, it is! After a fashion. Check out @pierrotsmnrd's example repo: https://github.com/pierrotsmnrd/flat_data_py_example cf. https://twitter.com/githubOCTO/status/1394905517705687045 The short version is:
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
idan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there, it is! After a fashion.
Check out @pierrotsmnrd's example repo: https://github.com/pierrotsmnrd/flat_data_py_example
cf. https://twitter.com/githubOCTO/status/1394905517705687045
The short version is:
Deno.run(["python", "mypythonscript.py"])