I am using Template to run my job in dataflow, I pass filepath as argument to code through template, in dataflow code I want to get that filepath in STRING format. I used options.getInputFile().toString it's printing object not a actual filepath.
Could someone please help me out?
Thanks in advance...