โ04-21-2022 06:55 AM
Hi,
I'm trying to load this json file which contains the colon character in its name: file_name.2022-03-05_11:30:00.json but I get the error in screenshot below saying that there is a relative path in an absolute url -
Any idea how to read this file?
file_name = file_name.2022-03-05_11:30:00.json
Thanks for your help in advance!
โ04-26-2022 01:21 PM
Hi @Laura Blancarteโ , I apologize for the late response... Try replacing the colons in the file name with %3A. This will work by replacing the colons with URL encoded format.
โ04-21-2022 07:54 AM
Hi @Laura Blancarteโ . Have you tried saving the file path to a list?
โ04-21-2022 08:31 AM
Hi @Pearl Ubaruโ ,
Thanks for your reply.
Yes, I have a list of path files through which I loop and try to load the file at the current index but I get the same error about there being a relative path. Am I missing something?
Ty!
โ04-21-2022 09:00 AM
Is it okay if I see a bit more of your code? Preferably the list and loop?
โ04-21-2022 09:37 AM
โ04-26-2022 01:21 PM
Hi @Laura Blancarteโ , I apologize for the late response... Try replacing the colons in the file name with %3A. This will work by replacing the colons with URL encoded format.
โ08-01-2022 09:50 PM
Hi @Laura Blancarteโ I hope that @Pearl Ubaruโ's answer would have helped you in resolving your issue.Please let us know if you need more help on this.
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.
Request a New Group