Hello all, I have a flatfile that contains transactional data. I m currently facing issues with the conversion of metrics from strings to numbers. The values that i am trying to convert are sales and units because they contain text that i would like to get rid of before i convert them to numbers (i.e. sales are displayed as '100 EUR', and units are displayed as '2 PCE' ; i would like these to be displayed as '100' and '2'). I am first using the formula tool to replace 'EUR' and 'PCE' to ' ' (i.e. Blank), then using the select tool to convert from 'V-string' to 'double'. I am however noticing that as i am running the workflow a lot of rows get suppressed (error message type : ' 30 EUR lost information in translation ' ) and am thus facing data completeness issues with my extract. Could someone help in making sure that all fields get properly converted and kept in the final extract ? Many thanks, Kamel