Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-13926

Add annotation to Bindy dataformat for custom column name

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 3.0.0
    • camel-bindy
    • None
    • Novice

    Description

      Add option to name a column to be used instead of property name as in the following example:

       
       

      @CsvRecord(separator = ",") public class Order { @DataField(pos = 1) private int orderNr; @Link private Client client; @DataField(pos = 5) private String isinCode; @DataField(name = "Name", pos = 6) private String instrumentName; @DataField(pos = 7, precision = 2) private BigDecimal amount; @DataField(pos = 8) private String currency; @DataField(pos = 9, pattern = "dd-MM-yyyy") private Date orderDate; }

      It affects the @DataField annotation and only for marshalling to csv.

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            hakuseki Mikael Andersson Wigander
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: