Hey,
Load helps to load data from the file system. In the first step in data flow language, we need to mention the input, which is completed by using the LOAD keyword.
The LOAD syntax is:
grunt> salesTable = LOAD 'test_edureka/SalesJan2009.csv' USING PigStorage(',')