Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Scripting / Data Manipulation

  • 11-06-2015 5:56pm
    #1
    Registered Users, Registered Users 2 Posts: 8,415 ✭✭✭


    Hi,

    Looking to learn a methodology for manipulating data and/or parsing through files.

    What is the best options? Usually I use VB or Excel - neither of which are ideal. Our IT infrastructure is quite tied down, but I think I could make a case for something if it was deemed beneficial.

    I know a small bit of regular expressions from Notepad, but not in terms of writign a script - so what should be an automatic process becomes quite cumbersome feeding in each part manually. I don't have access to Perl.

    Any suggestions?


Comments

  • Registered Users, Registered Users 2 Posts: 1,275 ✭✭✭bpmurray


    What platform? Are you locked down to Windows or can you use Linux? If the former, I'd use Powershell, but if Linux is available, go for awk.


  • Registered Users, Registered Users 2 Posts: 6,523 ✭✭✭daymobrew


    I was going to recommend perl.
    PHP has good regular expression support. It's quite easy to program even at the shell level.


  • Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,241 Mod ✭✭✭✭L.Jenkins


    From my perspective, it depends on the scope of what you need done and the platform you're using. If it is Linux, then you have the choice of Bash/Shell Scripting, Perl or Python. With respect to Windows, as bp said, you have the option of using Powershell, but you can also use Perl and Python.

    As I said, it depends of the scope of work needed to be done, the volume of data that needs to be manipulated and the frequency of when this should occur.


Advertisement