Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, i want to use value of `(String) ((Map<String, String>) this.globalMap.get("cIndexMap")).get("Arrival_Date")`
in Schema of XMl and ExcelFile.
Thanks,
Meet
Field name in schemas must be defined at compile time and global variables are defined at runtime, so I'm afraid the answer is No, you can't.
Instead of "C9","C12" i wanted to use `(String)this.globalMap("anyKey")`, Screenshot attached below.
Field name in schemas must be defined at compile time and global variables are defined at runtime, so I'm afraid the answer is No, you can't.