java.lang.Object
com.broadleafcommerce.catalog.dataexport.converter.support.ConversionUtils

public final class ConversionUtils extends Object
Useful constants and methods for export row conversion.
Author:
Samarth Dhruva (samarthd)
  • Field Details

    • DEFAULT_MULTIVALUE_SEPARATOR

      public static final String DEFAULT_MULTIVALUE_SEPARATOR
      If there are multi-valued fields, the different values will be joined into a single string with this character as a separator.
      See Also:
    • DEFAULT_NESTED_PATH_SEPARATOR

      public static final String DEFAULT_NESTED_PATH_SEPARATOR
      For fields that are nested within other fields, their full nested path will be joined into a single string using this character as a separator.
      See Also:
  • Method Details