Issues
- Clarify documentation about wildcard support for file name masksHPCC-18286Resolved issue: HPCC-18286Jim DeFabia
- Race condition in DataBufferBottom::releasedHPCC-17138Resolved issue: HPCC-17138Gavin Halliday
- Need a straightforward way to determine platform version for a Cluster ProcessHPCC-16718Resolved issue: HPCC-16718Kanghua Wang
- Timers page not adding upHPCC-16568Resolved issue: HPCC-16568Gordon Smith
- Spray regression test cases failed after drop zone restriction reactivated.HPCC-16458Resolved issue: HPCC-16458Attila Vamos
- Single row constant datasets not optimized the same as multiHPCC-16279Resolved issue: HPCC-16279Richard Chapman
- Generic per binding key/value table should be propagated to secman pluginsHPCC-16257Resolved issue: HPCC-16257Rodrigo Pastrana
- ESDL Engine should feed 'LOG_' datasets to the logging managerHPCC-16247Resolved issue: HPCC-16247Kanghua Wang
- Some playground results not displayingHPCC-16234Resolved issue: HPCC-16234Gordon Smith
- ESDLConfig should return updated tree upon any updateHPCC-16226Resolved issue: HPCC-16226Rodrigo Pastrana
- NORMALIZE(inlinerow) Can causes inlinerow to be evaluated multiple times.HPCC-16198Resolved issue: HPCC-16198Gavin Halliday
- lightweight selfjoin can cause upstream activities to stall during stopHPCC-16193Resolved issue: HPCC-16193Jacob Cobbett-Smith
- DESDL should provide pass-through configuration mechanismHPCC-16181Resolved issue: HPCC-16181Rodrigo Pastrana
- Check default timeout on ok_to_send responseHPCC-16130Resolved issue: HPCC-16130Richard Chapman
- Split roxie process on dual-socket machinesHPCC-16129Mark Kelly
- Check Roxie UDP layer performanceHPCC-16128Mark Kelly
- Thor can fail to start because of script issue in kill_slavesHPCC-16120Resolved issue: HPCC-16120Michael Gardner
- UDP messaging threads should run at elevated priorityHPCC-16117Resolved issue: HPCC-16117Richard Chapman
- Improve tracing when setting thread prioritiesHPCC-16116Resolved issue: HPCC-16116
- eclcc cores when using -qa and -main togetherHPCC-16106Resolved issue: HPCC-16106Richard Chapman
- Preflight info is dumped into esp log even though logLevel=1HPCC-16103Resolved issue: HPCC-16103Michael Gardner
- Embedded Java cores when running in multi-channel thor modeHPCC-16101Resolved issue: HPCC-16101
- Ensure that abort state is checked in Thor's abort handler.HPCC-16094Resolved issue: HPCC-16094Jacob Cobbett-Smith
- Use of id from query in Roxie log string seems to be lostHPCC-16060Resolved issue: HPCC-16060Anthony Fishbeck
- Requesting a thorslave log from the workunit page gives errors on some workunits/clustersHPCC-16057Resolved issue: HPCC-16057Miguel Vazquez
- Thor job failure -- 'Error receiving createctx data for graph' exceptionHPCC-16005Resolved issue: HPCC-16005Jacob Cobbett-Smith
- Selinux PoliciesHPCC-15992Resolved issue: HPCC-15992Michael Gardner
- HTPasswd sec mgr needs to implement authorizeUserHPCC-15991Resolved issue: HPCC-15991Russ Whitehead
- "Out of memory" error after upgrade to 6.0.4-rc1HPCC-15968Resolved issue: HPCC-15968Jacob Cobbett-Smith
- Slave killed by oom killer due to excessive heap usage by 100's of compressed readersHPCC-15967Resolved issue: HPCC-15967Jacob Cobbett-Smith
- hpcc_common script tmp.txt file cleanupHPCC-15893Resolved issue: HPCC-15893Mark Kelly
- Improve ZAP archives creation for failed OBT jobsHPCC-15836Resolved issue: HPCC-15836Attila Vamos
- Thor multislave regression results do not always match single slave key files.HPCC-15824Resolved issue: HPCC-15824Mark Kelly
33 of 33
Clarify documentation about wildcard support for file name masks
Fixed
Environment
Using the ECL IDE in both Dataland and Production.
Description
Conclusion
None
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jim DeFabiaJim DeFabiaReporter
Kent WolfKent WolfPriority
MinorCompatibility
PointFix versions
Pull Request URL
Affects versions
Details
Details
Components
Assignee
Jim DeFabia
Jim DeFabiaReporter
Kent Wolf
Kent WolfPriority
Compatibility
Point
Fix versions
Pull Request URL
Affects versions
Created August 18, 2017 at 3:32 PM
Updated September 28, 2017 at 8:32 AM
Resolved September 28, 2017 at 8:32 AM
Activity
Show:
Jim DeFabia September 27, 2017 at 6:43 PM
@Dan Camper suggested: ... I would personally call Std.File.RemoteDirectory() with a currently-supported mask that returns at least as much as you need (and probably more), then post-filter the results with REGEXFIND() to narrow down the results. That may be somewhat less problematical than calling Std.File.RemoteDirectory() multiple times.
Richard Chapman September 27, 2017 at 2:15 PM
File wildcarding via * and ? is pretty standard... we can update the docs to make it clear what is supported here.
Hello! I'm looking for assistance with the standard ECL library function STD.File.RemoteDirectory(). The documentation referring to the "mask" parameter is a little vague and I was hoping to get some guidelines as to what syntax/regex to use for this parameter and maybe have that added to the ECL Standard Library documentation. Any assistance would be greatly appreciated. If the only meta-characters available for the mask are "?*", could the syntax be expanded to at least something like the Scooter Software: http://www.scootersoftware.com/v4help/index.html?file_masks.html
Also we've created another JIRA for this same issue, but was told it could be on the wrong JIRA system: https://jira.rsi.lexisnexis.com/browse/EUA-27