You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sir , I have made modifications to the code to generate Json file for the RIPE archive data
Date Condition:
As per the provided URL RIPE archive data, the output.json.xz file is available after October 11, 2023. Consequently, I have made two changes to the code based on the date condition.
Depending on the date condition:
If the date is before October 11, 2023:
The updated code generates a JSON file from a CSV file.
The generated JSON file follows the same format as the current JSON file.
If the date is on or after October 11, 2023:
The code generates a JSON file by uncompressing a provided output.json.xz file.
The JSON files are stored in same path as csv file
URL Reference:
The relevant URL for this operation is [https://ftp.ripe.net/rpki/apnic.tal/).
This modification allows the code to adapt its behavior based on the specified date condition, either generating JSON from a CSV file or uncompressing a specific JSON file.
Sir , I have made modifications to the code to generate Json file for the RIPE archive data
Date Condition:
As per the provided URL RIPE archive data, the output.json.xz file is available after October 11, 2023. Consequently, I have made two changes to the code based on the date condition.
Depending on the date condition:
URL Reference:
The relevant URL for this operation is [https://ftp.ripe.net/rpki/apnic.tal/).
This modification allows the code to adapt its behavior based on the specified date condition, either generating JSON from a CSV file or uncompressing a specific JSON file.
Here the output for 2018/10/01
only including the output for RIPE ARCHIVE urls
Here the output for 2024/01/01
only including the output for RIPE ARCHIVE urls
I can forward with the pull request after the review of #17
@romain-fontugne @mohamedawnallah your views on this :-)?
The text was updated successfully, but these errors were encountered: