I had seen the demos of this before but having my hands on it, and how quickly it worked kinda broke my brain for about 10 seconds.
Again… there’s mild cursing at the end of this #Sorry I was expecting a lot less. The technology behind it is well know and it isn’t magic… but damn it if it doesn’t feel like it
// Create function to read csv file
// take file path as input as well as an output array of BstnCSVDataRecord class
// read the file using the FileHelperEngine class
// return the array of BstnCSVDataRecord class
private static void ReadCsvFile(string file, out List<BstnCSVDataRecord> bdAry)
{
bdAry = new List<BstnCSVDataRecord>();
var engine = new FileHelperEngine<BstnCSVDataRecord>();
engine.ReadFile(file);
bdAry = engine.Data;
}
True, haven’t worked with it yet. Practically all of our code outside of Epicor has been done in VS Community, bunch of relative newbies here with C#. I keep forgetting about the addon you created for VS to code in Epicor customizations as well, have to get back to working with it
Me too!!! My god, this happens in my house at least once a week where I am giving Alexa/Google some backtalk because they didn’t do what I asked… and it goes downhill very quickly…