โ03-30-2022 12:47 PM
I need to write output of Data Frame to a file with tilde ( ~) separator in Databricks Mount or Storage Mount with VM.
Could you please help with some sample code if you have any?
โ03-30-2022 12:52 PM
@Srinivas Gannavaramโ ,
Does it have to be CSV with fields separated by ~?
If yes is enough to add .option("sep", "~")
(df .write .option("sep", "~") .csv(mount_path))
View solution in original post
โ04-06-2022 08:48 AM
Thank you Hubert, It's helpful.
Yes, Kaniz
never-displayed
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!