nice and very explainatory I have a requirement to write to a text file, with fixed width column sizes, and no separators. I tried finding documentation specific to this scenario but could find one. If you can create a video on it that would be great
@sharmadtadkodkar2038 Жыл бұрын
Do you have a video showing how to attach a file to databricks filestore?
@rajasdataengineering7585 Жыл бұрын
I am yet to create a video on this requirement
@AshokKumar-ji3cs Жыл бұрын
Awesome content i have implemented the same in daflows but never implemented in pyspark. I really appreciate your efforts
@rajasdataengineering7585 Жыл бұрын
Thanks for your comment. Happy to help!
@oiwelder Жыл бұрын
Excelente caso de uso, obrigado!
@rajasdataengineering7585 Жыл бұрын
Thanks and welcome!
@akshaybhadane6527 Жыл бұрын
Hello Sir, great content. Can you provide your inputs on how to write fixed width file. Thanks in advance.
@rajasdataengineering7585 Жыл бұрын
Create your dataframe with fixed lenth values for each column and write it using dataframe writer
@dasarikrishnaprasad Жыл бұрын
Can we do this process if we have above 300 columns
@rajasdataengineering7585 Жыл бұрын
Yes we can do
@ylast3756 Жыл бұрын
how do we deal with non-fixed length txt files?
@rajasdataengineering7585 Жыл бұрын
For non-fixed length txt file, we definitely need a delimiter, at least space
@manjunathbn9513 Жыл бұрын
Sir, Can you please upload on Delta Lake end to end project?
@rajasdataengineering7585 Жыл бұрын
Sure, will create an end to end project on delta lake
@khandoor7228 Жыл бұрын
excellent!
@rajasdataengineering7585 Жыл бұрын
Thank you! Cheers!
@kumarvummadi3772 Жыл бұрын
Good morning sir excellent video. Could you please make a video for reading a csv file by skipping the first 4 rows in the file. Requesting you sir please
@rajasdataengineering7585 Жыл бұрын
Hi Kumar, sure will make a video on this requirement soon