Hi Rafael, Certainly you can do that. You could either leave the value
as empty in the file or can use a default value for no availability of
values in the meantime. Both of the following examples will work: 12345
ordered_items="5",clv="",ordered_product="abc"12345
ordered_items="5",clv="null",ordered_product="abc" In the first example
the value is blank and in second one the value is a default string
"null" or you could use any string like: "na" etc. Thanks,Varun Kalra