CSV format adjusting script.

 

Does anybody know some CSV format adjusting script to change ASK and BID in the right places for correct MT5 import ticks?

Dukascopy has this format:

Time (UTC),Ask,Bid,AskVolume,BidVolume
2022.04.01 00:00:00.107,1.31462,1.3145,1.34,0.12


but for correct imports need change ASK and BID in the right places:

<DATE>          <TIME>          <BID>   <ASK>   <LAST>  <VOLUME>
2017.07.03      00:03:47.212    1.14175 1.14210 0.00000 0
 
Use Ron's CSV editor.
Google it. 
Reason: