Hi,
I've met the same issue as Issue#74 and decided to share my solution.
The problem:
I wanted to serialize data coming from csv file. But the problem with column names, so solved it like in renderer class. just added labels attribute which changes column names (coming from csv) with field names.
Hi, I've met the same issue as Issue#74 and decided to share my solution.
The problem: I wanted to serialize data coming from csv file. But the problem with column names, so solved it like in renderer class. just added labels attribute which changes column names (coming from csv) with field names.
just visa versa to renderer.
Hope that it's fine Thanks.