I had a delta table which is my input after reading that and generating a output as CSV file i see the scientific notation being displayed if the no of digits exceeds more than 7. Eg:delta table has column value a = 22409595 which is a double data type O/P : CSV is being generated as a= 2.2409595E7. I have tried all the possible methods such as format_number,casting etc but unfortunately I haven't succeeded.Using format_number is only working if i had a single record in my output it is not working for multiple records. Any help on this will appreciated ☺️ thanks in advance.


