December 2017
Beginner to intermediate
500 pages
12h 10m
English
Similar to the previous use case, you may want to generate several files whose names will depend on the content they will have. Suppose you want to generate several sales files, one per product line. The filenames would be sales_<product line>.txt as in sales_Cars.txt. You will know the names only when you have the data ready to be sent to the output file. Doing this is really simple, as shown next:
Read now
Unlock full access