
Stony Smith
- Total activity 67
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 29
Activity overview
Latest activity by Stony Smith-
Stony Smith commented,
Official comment Did you restart Analyze after making the changes to the path?
-
Stony Smith commented,
Yes.. the (Superseded) node(s) use BrainScirpt.If you use the new Join.. you'd use the dropdowns to select and/or rename the fields going to the output.
-
Stony Smith commented,
Let's assume that you connected the Customers to pin1 and the Suppliers to pin2LeftInputKey = CountryRightInputKey = Countryemit 1:FirstName, 1:LastNameemit 1:Country AS CustomerCountryemit 2:Count...
-
Stony Smith commented,
There is no reason the dataflow should stop after 5. I have used it to run 20 at a time.After that 5th run, if you go back out to the directory, you should be able to open the failed run and exami...
-
Stony Smith commented,
Use the Data Analyzer node to look at the data. On the 2nd pin of the Data Analyzer, on the far right, are lines of code that can be used to manipulate the data. Copy that code into a Transform no...
-
Stony Smith commented,
The DataReader is primarily for use with another Lavastorm product called the Lavastorm Data Reader (LDR) - it was designed mainly to handle high-volume CallDetailRecord files by a telephony operat...
-
Stony Smith commented,
It may not be the "best" solution, but what I had to do for such a file was read it in with the Delmited_Input node, use a filter to remove those first 3 records, write it back out with the Delimit...
-
Stony Smith commented,
The DataAnalyzer node is reporting the 'backoffice" data type for the field.. It makes sense not to confuse the issue. In the background, there is a (slight) difference between integer and bint, s...
-
Stony Smith commented,
Nothing to correct. bint is "binary integer".. meaning that the data is stored in an internal format which is quicker to process. Where are you seeing the bint? in the data viewer, or by looking in...
-
Stony Smith commented,
With windows and dlls.. i'm not certain whether you should set LD_LIBRARY_PATH or simply add the folder above to the PATH. Either way, I would select only one of the two folders at a time and yes,...