76.5. List을 CSV로 마샬링

Camel 2.1에서 사용 가능

CSV 형식으로 마샬링하려는 여러 데이터 행이 있는 경우 해당 메시지 페이로드를 List<Map<String, Object>> 개체에 저장할 수 있습니다.If you have multiple rows of data you want to be marshalled into CSV format, you can now store the message payload as a List<Map<String, Object >> object where the list contains a Map for each row.