I want to know how my data should be text file in relative to following script? How pig differentiate delimiter for following script? Please give me sample one row of input?
A = LOAD 'mydata.txt' AS (P:int, T1:tuple(f1:int, f2:int), B:{T2:(t1:int,t2:int)}, M:[] );