You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hop.apache.org by GitBox <gi...@apache.org> on 2022/12/08 15:39:42 UTC

[GitHub] [hop] campen opened a new issue, #2024: [Bug]: Null If transform does not "nullify" empty fields

campen opened a new issue, #2024:
URL: https://github.com/apache/hop/issues/2024

   ### Apache Hop version?
   
   2.2
   
   ### Java version?
   
   11.0.17
   
   ### Operating system
   
   macOS
   
   ### What happened?
   
   Prior to 2.2, the null If steps converted empty strings to null, but in 2.2 it does not work anymore.
   
   
   
   
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: Transforms


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] nadment commented on issue #2024: [Bug]: Null If transform does not "nullify" empty fields

Posted by GitBox <gi...@apache.org>.
nadment commented on issue #2024:
URL: https://github.com/apache/hop/issues/2024#issuecomment-1345398578

   If you think about it, this variable HOP_EMPTY_STRING_DIFFERS_FROM_NULL has no meaning in this transformation. The only useful case is to replace an empty string by a null. I try a fix without this variable.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] nadment commented on issue #2024: [Bug]: Null If transform does not "nullify" empty fields

Posted by GitBox <gi...@apache.org>.
nadment commented on issue #2024:
URL: https://github.com/apache/hop/issues/2024#issuecomment-1343301144

   Under Windows, everything works as expected? 
   ![image](https://user-images.githubusercontent.com/39568358/206558145-d031fbf7-be7b-4351-9bd0-1c7d82a2eaa7.png)
   
   Do you have other results ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] campen commented on issue #2024: [Bug]: Null If transform does not "nullify" empty fields

Posted by GitBox <gi...@apache.org>.
campen commented on issue #2024:
URL: https://github.com/apache/hop/issues/2024#issuecomment-1345444057

   Thanks! Let me know and I am happy to test it out. I agree about that variable having no impact on this transform.  I have different projects that look at empty and null as different (which is by my design).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] nadment commented on issue #2024: [Bug]: Null If transform does not "nullify" empty fields

Posted by GitBox <gi...@apache.org>.
nadment commented on issue #2024:
URL: https://github.com/apache/hop/issues/2024#issuecomment-1345305900

   @campen what is the value of the variable HOP_EMPTY_STRING_DIFFERS_FROM_NULL, this could explain the difference ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] campen commented on issue #2024: [Bug]: Null If transform does not "nullify" empty fields

Posted by GitBox <gi...@apache.org>.
campen commented on issue #2024:
URL: https://github.com/apache/hop/issues/2024#issuecomment-1343305426

   <img width="1717" alt="Screen Shot 2022-12-08 at 2 19 11 PM" src="https://user-images.githubusercontent.com/8354072/206559243-55da8a56-b0d6-47dc-98b6-9164bca7bacc.png">
   
   Here are my results


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] hansva closed issue #2024: [Bug]: Null If transform does not "nullify" empty fields

Posted by GitBox <gi...@apache.org>.
hansva closed issue #2024: [Bug]: Null If transform does not "nullify" empty fields
URL: https://github.com/apache/hop/issues/2024


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] campen commented on issue #2024: [Bug]: Null If transform does not "nullify" empty fields

Posted by GitBox <gi...@apache.org>.
campen commented on issue #2024:
URL: https://github.com/apache/hop/issues/2024#issuecomment-1345287293

   Note: this is a blocker for me to move beyond 2.1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] campen commented on issue #2024: [Bug]: Null If transform does not "nullify" empty fields

Posted by GitBox <gi...@apache.org>.
campen commented on issue #2024:
URL: https://github.com/apache/hop/issues/2024#issuecomment-1345346503

   @nadment  - it is set to "Y" for both versions (2.1 and 2.2/3)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org