Issue
For fields with price and recurring price, we can observe that values will be an option with add or subtract prefix and price.
Eg:microsoft [add $250]
Cause
it is in such format as option,add or subtract prefix and price because there is a property glide.sc.enhance.labels which sets the format.
By default the property is set to true
Resolution
Please go ahead and set the property 'glide.sc.enhance.labels' to false.