I just tested this formatter and I noticed teh following issues:
when there is an html field, the html tags are not stripped out in the csv output
(I understand this is not an issue, but I was wondering if it is possible to add an option to strip them out
it could be useful whne the csv formatter is being used to store the data in csv, and not
to import them again later)
when there is a comma (,) inside a field ouput (eg html or textarea field), the csv result is wrong because
the comma is also counted as the columns separator, so when you open in in excel the columns
are shifted and in the wrong position
maybe this can be solved by using a different symbol as separator, eg |
or a more unusual symbol like §
thank you
I just tested this formatter and I noticed teh following issues:
when there is an html field, the html tags are not stripped out in the csv output (I understand this is not an issue, but I was wondering if it is possible to add an option to strip them out it could be useful whne the csv formatter is being used to store the data in csv, and not to import them again later)
when there is a comma (,) inside a field ouput (eg html or textarea field), the csv result is wrong because the comma is also counted as the columns separator, so when you open in in excel the columns are shifted and in the wrong position
maybe this can be solved by using a different symbol as separator, eg | or a more unusual symbol like §
thank you