Forum Discussion

aditya_gupta41's avatar
aditya_gupta41
Contributor
3 years ago

Changing Font Style/Size of CSV file

Hello Experts,

I have a pipeline which is generating CSV file. How can change font type and font style of content present inside this CSV file? Is there any unique way to achieve this in Snaplogic?

Thanks in Advance

3 Replies

  • jcornelius's avatar
    jcornelius
    New Contributor III

    If you pass the value in as a parameter to a pipeline, it will then be referenced as _Database_Account not $Database_Account. You can just send the doc stream into the pipeline and then reference it as $Database_Account and it will be push down and saved to $original.Database_Account

  • Hi @amit.saroha ,

    What do you mean by reading it?
    To capture the value from the json output you need to add a mapper snap to it and map the variable ‘HCM_Account’

    Or am I misunderstanding something?

    Regards

    Jens

      • JensDeveloper's avatar
        JensDeveloper
        Contributor II

        @amit.saroha ,

        But you have it already into the variable $database_Account. So you need the value as a key or what do you wish to do with it?