Skip to main content

Dynamically write to and name file

Comments

1 comment

  • David Paras

    Firstly, filter all the values of clients and group them according to client. Then the mapping needs to be executed in loop for the number of clients. Suppose there are four clients then the mapping will be executed four times and it will create separate file for each execution with desired names.

    0

Post is closed for comments.