Link to home
Start Free TrialLog in
Avatar of SURESH0518
SURESH0518

asked on

Convert Scientific Notation column to Decimal in Powershell

I have a CSV FILE as shown below and would like to convert Quantity column from scientific notation to Decimal format.

"Rate Set Date","Trader","Name","clear_agent","Tid","Quantity","Fund"
"12/20/17","test","USD FRA 3.31875 3MLIB 2017-12-20 2018-03-21 LCH","CSOTCLR",423665,2.0E9,"SYN"
"12/18/17","test11","USD FRA 3.31875 3MLIB 2017-12-20 2018-03-21","SYNGRN",365331,2.0E9,"SYN"
"12/18/17","test","USD FRA 1.453 3MLIB 2017-12-20 2018-03-21 LCH","CITOTCLR",726073,1.8E9,"TT2"

Is it possible in PowerShell?
ASKER CERTIFIED SOLUTION
Avatar of Qlemo
Qlemo
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial