19 lines
461 B
Markdown
19 lines
461 B
Markdown
|
|
|
||
|
|
|
||
|
|
|
||
|
|
To execute the Python scripts, please invoke from the root Marti directory and not from
|
||
|
|
with the current directory set to ``./docs/source/samples/python``
|
||
|
|
|
||
|
|
``
|
||
|
|
# Fetch the data and generate the Json
|
||
|
|
./docs/source/samples/python/SampleGenerateFtpBsb.py
|
||
|
|
./docs/source/samples/python/SampleGenerateHttpBsb.py
|
||
|
|
|
||
|
|
# Uisng the Json fetch the files and reconcile
|
||
|
|
./docs/source/samples/python/SampleJsonFtpBsb.py
|
||
|
|
./docs/source/samples/python/SampleJsonHttpBsb.py
|
||
|
|
|
||
|
|
``
|
||
|
|
|
||
|
|
|