External table and preprocessor
From: Mauro V <bandieragialla_at_gmail.com>
Date: Mon, 12 May 2014 07:37:10 -0700 (PDT)
Message-ID: <bf904c47-7241-4355-bbd7-655be28bbe48_at_googlegroups.com>
Hi,
Date: Mon, 12 May 2014 07:37:10 -0700 (PDT)
Message-ID: <bf904c47-7241-4355-bbd7-655be28bbe48_at_googlegroups.com>
Hi,
I have an external table where I MUST use PREPROCESSOR PREPROCESSOR exec_dir: 'myPrecocessor.sh'
Where myPreprocessor.sh is:
#!/bi/sh
cat `cat $1`
The files in the external table doesn't contain the data but the file name with the data.