• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

smooks to flatpack marshal

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello,

I am writing a route using camel and smooks, with the producer as a JPA repository that produces a List of DAOs, which I need to send to an sftp server as a fixed width file.

Here is what I think is required for this to occur

1) The repository which uses JPA to produce a list of DAOs (I have this)
2) A smooks to flatpack mapping which takes the xml version of the list mentioned above, and transforms it into a fixed width file
3) A camel route which starts with the repository and ends with the file being send via sfpt:

Here is the code I have for this:





What I'm looking for is a smooks mapping similar to this



But instead of a freemarker template, i want to use the flatpack fixed-width mapping file, provided as



Is there a flatpack namespace for smooks that I can use??

thanks

Sam
 
Getting married means "We're in love, so let's tell the police!" - and invite this tiny ad to the wedding:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic