I am currently using a Feed to input data into the DB, but the following characters are being stripped out of the text parameter
1 '&'
2 ';'
3 '--' (two negative signs)
Since I am trying to save some html escaped test ( which contains lots of & and ;) I am stuck
Is there a way around it?