I am trying to output xml to file using Kettle, but it is changing my URLs from:
http://test.com
to:
http://test.com
Any idea how to prevent the url from changing?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
i know this behaviour, i solved using the “output to file” step instead “output to xml” step. Before this step add a a new step called new xml, and output the xml row to the “final output to file” step. This should works.