Viewing 15 posts - 211 through 225 (of 686 total)
okay thanks, but that further down the road... looking for help in configuring the rules based schema and maybe some examples using my criteria above.
Thanks.
May 17, 2022 at 12:11 am
10-15 rules at this point...yes we would like a UI for BEU to make changes to the different rules..
Have any good examples of how to accomplish based on requirements provided?
Thanks...
May 16, 2022 at 1:44 pm
Rather than having to hard-code all of these rules in SP thats why I was thinking using this rules table.
May 16, 2022 at 11:25 am
The Channel,ShipFrom, and Prodline all exist in the unnamed table(Update table).
The rules table would be used in logic like:
If Channel = ???
and shipfrom = ??? Could be single entry, or...
May 13, 2022 at 6:14 pm
Is there some magic that pulls in the file?
Thx.
May 10, 2022 at 1:30 am
Thats Cool.. just like I was thinking output should look.
Yeah the dynamic exclude is big piece..
Your retiring no way man!!!
Many thanks..
May 9, 2022 at 12:35 pm
Jeff,
Thanks for update, and yes each data record could contain ALL of the tags I'm looking for, or maybe just 3-4 of them there is no set
data record that ends...
May 8, 2022 at 11:30 pm
Would you be able to show me in script where to put this logic in to filter by tags and the SQL Insert?
Many Thanks..
May 7, 2022 at 1:03 pm
I tried using one example, but it isn't doing the filtering against array from your script.
$qyarray1 = @("insert_job")
May 5, 2022 at 6:30 pm
Any help much appriacted trying to just filter on Tags needed.
Thanks.
May 5, 2022 at 4:27 pm
So I was thinking of doing something like:
$qyarray1 = @("insert_job")
Putting all of the tags I want to capture from the file extraction then inserting a condition based lookup and load...
May 3, 2022 at 5:11 pm
that's what I stumped with how to introduce that in script. I found that 2 tags Command and Description only on some records
are causing the issue with full file.
May 3, 2022 at 2:10 pm
How could I put the ones I want in an array then only select them?
May 3, 2022 at 2:08 pm
Sorry maybe what I'm asking is if your original script could only find tags listed rather than reading entire record set.
When I did some samples it maybe running into an...
May 2, 2022 at 11:30 pm
How could original script posted by zzartin, be modified to just pickup these tags during extraction? Currently it's finding ALL which do some testing with the file might be the...
May 2, 2022 at 6:50 pm
Viewing 15 posts - 211 through 225 (of 686 total)