July 6, 2016 at 12:00 am
Comments posted to this topic are about the item Stairway to U-SQL Level 3: Processing Multiple Files With U-SQL
July 6, 2016 at 1:19 pm
You are bleeding edge with this - U-SQL seems to resemble a cross between T-SQL and Powershell, with a bit of DOSShell thrown in. I don't know when our company will adopt Azure, but this is fun to learn - thanks!
July 7, 2016 at 1:34 am
Hi John
I'm having fun writing it too, glad to hear you're enjoying the series! Thanks for the kind words.
Regards,
Mike.
January 27, 2017 at 9:44 am
Skipping header rows is available now:
------------------------------------------------------------------------------------------------Standing in the gap between Consultant and ContractorKevin3NFDallasDBAs.com/BlogWhy is my SQL Log File HUGE?!?![/url]The future of the DBA role...[/url]SQL Security Model in Plain English[/url]
January 29, 2017 at 2:41 pm
Kevin3NF - Friday, January 27, 2017 9:44 AM
Hi Kevin
Yes, this feature has been available for a little while now. I'm working on a couple of new articles at the moment, once they're out of the way I'll update the early articles and will incorporate this feature into a future step of the stairway.
Thanks for pointing it out.
Cheers,
Mike.
October 17, 2017 at 11:54 am
It appears the wildcard syntax you're using is deprecated.
This seems to work now:@results = EXTRACT postcode string, oacode string, total int, percentage int, filename string FROM "/oacodes/{filename:}{*}.csv" USING Extractors.Csv();
October 22, 2017 at 4:48 pm
mortalic - Tuesday, October 17, 2017 11:54 AMIt appears the wildcard syntax you're using is deprecated.This seems to work now:
@results = EXTRACT postcode string, oacode string, total int, percentage int, filename string FROM "/oacodes/{filename:}{*}.csv" USING Extractors.Csv();
Hi there
Sorry for my delayed response. Funnily enough, I was playing about with this feature recently, and found the same as you - everything works as expected now.
I'll update this article when I post up the next step in the stairway. Thanks for taking the time to comment.
Regards,
Mike.
October 23, 2017 at 12:01 pm
You bet, thanks for making this article. It was really helpful getting me started.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply