Hi,
I was trying to use replace function in access and it is successful. But when using the same syntax in pentaho component it is showing error about replace function. why???????? How to rectify this?
Hi,
I was trying to use replace function in access and it is successful. But when using the same syntax in pentaho component it is showing error about replace function. why???????? How to rectify this?
Thanks,
Sri
Which step do you use?
What are you replacing?
Mick
Hi Mick,
Iam having some tables in an access database file..And i executed a query and it is succeessful.
Ex: select replace(first_name,"ss","d") from table1;
Here first_name is a col in table1 which contains some data. I just want to replace 'ss' with 'd' in the data for every row.
In access it is successful. but when iam using the same query, to output data to afile it is showing error invalid function 'replace' in query.
Please help me in resolving this.....
Thanks,
Sri
That's because you should use the Table Input step to retrieve data, not to change data.
I would create a transformation with:
Table Input (read data)
Replace in strin (modify data)
Table Output (write data back to DB)
Mick
The MS Access ODBC driver supports a dialect called JetSQL.
MS Access functions are generally not supported.
pdi-ce-4.3.0-stable
OpenJDK IcedTea 2.3.7 (7u21)
ubuntu 12.04 LTS (x86_64)
I think that you are using the wrong tool if all you need is to do a serach and replace in MS Access.
Mick
Mick, all he wants is a computed field, I think...
pdi-ce-4.3.0-stable
OpenJDK IcedTea 2.3.7 (7u21)
ubuntu 12.04 LTS (x86_64)