I have a requirement where I need the output file name to be in format - <Test_YYYYMMDD_NNNN>.txt. Output file will have multiple partitions.
NNNN represent partition sequence.
Example-
1.Test_20220306_0001.txt 2.Test_20220307_0002.txt
Please let me know if this is achievable. Currently, I am getting the file in format Test_20220306-000001.txt which is the default spark schema.


