Hi everyone.The dataset with platform ‘file’ some ...
# getting-started
f
Hi everyone.The dataset with platform ‘file’ some has directory hierarchy, but some not .What’s the difference here
b
there is a browsepath aspect that is not created for the one without the hierachy though not sure why it doesnt have it in the first place
f
Thank you for your answer. 😊It seems that both ‘/’ and ‘.’ represent hierarchies. so how could I process the path text to escape it
b
Yes - this actually is dependent on the ingestion source you are using. Some will automagically populate this path by doing that split
f
Thank you for your reply. 😃 What I need to show is some file relationships. If I take the initiative to submit the dataset by the python client , the xxx.json is expected to be displayed as a complete dataset name and hierachy. But it been splited and displayed as xxx/json. I use ‘\.’ to escape the path split but it doesnot works. Is there a specific escape character to do this?
b
@green-football-43791 Do you recall which character we can use to denote a path split in browse?
g
We use
\
and
.
to denote path splits in browse
i dont believe there is a way to escape these unfortunately
b
So if there's any period we will split
So the best bet is to emit a custom browse path it appear