How to achieve this concept based on generating CSV in case of: Ignoring field that am not interested in (Could be obtain in OpenCSV based on MappingStrategy) O
I have the following field inside a StacItem Object: @JsonProperty private List<Number> bbox = null; I made a basic implementation with OpenCSV to write