Extending the CSV framework with custom JSF converters
Similarly, we can also create a custom JSF converter and extend the PrimeFaces CSV framework to perform conversions on the client side. To make this custom converter work with the PrimeFaces CSV framework, we also need to implement the org.primefaces.convert.ClientConverter
interface to provide the client converter ID and validation metadata.