Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Daniel Phomphakdy
2021-11-09T15:41:17Z
We have a system that can export data in Excel, CSV, etc. and another one that can only export data in a tab delimited format.
I'm trying to find the best way to compare these files (like a vlookup in Excel) and provide which data is missing in one of the files.

Sponsor
Forum information
thomas
2021-11-09T21:56:35Z
There are a few ways to do this I can think of.

1) Create a C# function that creates a hash for each line. Then compare the hashes. It's not to hard, but if you are uncomfortable with .net it may not be a solution you like

2) Use powershell. I haven't tried it myself but it looks very easy. Basically one line of code: https://docs.microsoft.c...ject?view=powershell-7.2 
Daniel Phomphakdy
2021-11-09T22:03:02Z
Hi @  thomas ,

Thank you. Trying to have this done without coding... Powershell might be a bit easier though. I'll look into this link you provided. Thank you
Scroll to Top