Skip to content

[Bug]: URLENCODE() in formula transform #5108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pmenga52 opened this issue Apr 1, 2025 · 2 comments
Closed

[Bug]: URLENCODE() in formula transform #5108

pmenga52 opened this issue Apr 1, 2025 · 2 comments
Assignees
Labels
P3 Nice to have Transforms
Milestone

Comments

@pmenga52
Copy link

pmenga52 commented Apr 1, 2025

Apache Hop version?

2.12

Java version?

17.0.4

Operating system

Linux

What happened?

Hi,
did anyone use urlencode() function in formula transform ?
I tested all kinds of text strings:

  • "text"
  • 'text'
  • [field] (this is the one I would use)
    theoretical syntax: urlencode([field])

I always get the following error:

  • Formula 'URLENCODE([field])' could not not be parsed

Issue Priority

Priority: 3

Issue Component

Component: Transforms

@hansva
Copy link
Contributor

hansva commented Apr 15, 2025

It seems URLENCODE is not a supported function.
I'll remove it from the list

@hansva
Copy link
Contributor

hansva commented Apr 15, 2025

.take-issue

@github-actions github-actions bot added this to the 2.13 milestone Apr 15, 2025
@hansva hansva modified the milestones: 2.13, 2.14 Apr 15, 2025
@hansva hansva closed this as completed in 22f429f Apr 16, 2025
hansva added a commit that referenced this issue Apr 16, 2025
Remove urlencode from formula list, fixes #5108
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 Nice to have Transforms
Projects
None yet
Development

No branches or pull requests

2 participants