cleanedValue = ExtractionOutput.Data.Price.Value.Replace(“$”, “”).Replace(“,”, “”).Split("."c)(0)
Could you please share screenshot after using this ?
cleanedValue = ExtractionOutput.Data.Price.Value.Replace(“$”, “”).Replace(“,”, “”).Split("."c)(0)
Could you please share screenshot after using this ?