Skip to content
Advertisement

Tag: java

Mirth originalFilename rename

I have been trying to remove .dat from ${originalFilename} in destination when i tried to do this ${originalFilename}.txt it gave me like 1652807798759.dat.txt how can i get 1652807798759.txt only without .dat in it I have tried to do this in Destination’s Transformer but no luck Answer A simple replace should work:

Does react-native support jdk 17?

So I have been having some problems with launching the initial react-native template project on android. And after consulting someone I was told that jdk 17 is not supported. But I really don’t want to downgrade as this could break other things that I already have and work with. To be specific this is the error I get: I have

Move file to another directory in Jmeter

I’m trying to do performance test in Jmeter so before run my test i have to get fresh data, basically I need to move my used csv file after completed test execution. Answer Add setUp Thread Group to your Test Plan Add JSR223 Sampler to the setUp Thread Group Put the following code into “Script” area: That’s it, the setUp

Advertisement