-
I have this Powershell function: function reportxml { $logdir = "C:\\Documents\scriptOutput" $XML_Path = $logdir + ‘\TR.xml’ $XML_NEW_PATH = $logdir + …
- 0 views
- 1 answers
- 0 votes
-
i’m beginning in Talend Studio, and i want to implement database with all the informations of my XML file. But …
- 470 views
- 0 answers
- 0 votes
-
- 382 views
- 1 answers
- 0 votes
-
Closed. This question needs debugging details. It is not currently accepting answers. Want to improve this question? Update the question …
- 363 views
- 0 answers
- 0 votes
-
I am new to python so sorry if I’m not clear. I am trying to create a loop to get …
- 0 views
- 1 answers
- 0 votes
-
I want to use for loop to test whether each member of list has the sum of the previous two …
- 376 views
- 3 answers
- 0 votes
-
I have two very large arrays X_pos and X_neg with sizes (900000,100) and (1200000,100). I’d like to find out if …
- 405 views
- 1 answers
- 0 votes
-
How do I create a loop which loops through the ‘prices’ for "productType":"WIN_ODDS_BSP". Here is an example of the JSON: …
- 378 views
- 2 answers
- 0 votes
-
how do I get a Python for loop/if statement to do the opposite? Namely, I would like the loop below, …
- 0 views
- 1 answers
- 0 votes
-
I’m a noob to python and I wanted to make a "digital signboard". I only have "A" and "B" right …
- 384 views
- 2 answers
- 0 votes