betsonserviceportal

Results 8 comments of betsonserviceportal

Hi @Aternus - Here's my example I posted in the SheetJS issues. I don't think I have an example using your csv-to-xlsx, but I think I just ran it through...

I just ran this test. ``` var convertCsvToXlsx = require('@aternus/csv-to-xlsx'), source = '/INVTRY710.csv', destination = '/INVTRY710_test.xlsx'; try { convertCsvToXlsx(source, destination); } catch (e) { success = false; error = e.toString();...

Maybe I'm not understanding the tool. Your numbers.xlsx does show the numbers correctly, but the cell formats appear to be "General" and not real numbers. That's what was going on...

I have that same issue as GautierFR. I also have another question. I have a Node web server script stored in my home directory /home/mydir and was starting the script...

GautierFR - I have an unrelated question about your script placement. When you put your scripts in the IFS like that, how do you reference or require to NPM packages?...

Wondering two things. Can you determine from your RPG if your PM2 server is running? I can ping an IP address, but not a port. I may be able to...

I don't know if this is what you were looking for, but here are our start and end scripts called by a CL which is run from the job scheduler....

Can you show an example of restarting a named PM2 service with QSH? I can start and stop one from a CLP with SBMJOB, but it's a bit quirky. Thank...