How to ignore " (double quotes) while loading file in PIG ?
Problem:
How to ignore " (double quotes) while loading file in PIG ?
Solution 1:
REPLACE function
- This function is used to replace all the characters in a given string with the new characters.
- We can use the
REPLACE
function .
We may also use regexes with
REGEX_EXTRACT :
Solution 2:
Try the below one: