Saveen Reddy
f65e0f0bde
Added more samples
2017-08-31 16:38:34 -07:00
Saveen Reddy
f223f97e9f
Added local run install tool
2017-08-03 11:34:31 -07:00
Saveen Reddy
e170a9792b
moved samples
2017-08-03 06:39:18 -07:00
Saveen Reddy
00df3892b4
Added samples back
2017-08-03 06:36:24 -07:00
Saveen Reddy
cc4d502bf7
Moved cognitive to its own location
2017-07-07 08:27:52 -07:00
Saveen Reddy
50e57e286d
update
2017-07-07 08:25:28 -07:00
Saveen Reddy
fd0e675c29
updated imaging sample
2017-06-30 19:26:48 -07:00
saveenr
da6103d76e
Added example
2017-06-22 19:54:28 -07:00
Anupam
852f528970
Microsoft.Analytics.Samples.Formats.csproj should reference Avro binaries
...
from the NuGet package directory
2017-05-04 13:41:00 -07:00
Saveen Reddy
148d5db754
updated python sample
2017-03-10 09:56:21 -08:00
Mike Rys
93375a5efa
Adding Python and R Demo Solutions
2017-02-10 11:13:21 -08:00
Mike Rys
acdb3ce2c1
Added to do for XML support
2017-02-07 18:27:58 -08:00
Mike Rys
3914947e26
Updated comments
2017-02-07 18:27:58 -08:00
Saveen Reddy
88166e8b4d
Updated sample
2017-02-07 15:07:17 -08:00
Saveen Reddy
97cbbb0c9d
updated sample
2017-02-07 14:57:09 -08:00
Saveen Reddy
ae64b370c5
Fixed sample
2017-02-07 14:50:44 -08:00
Saveen Reddy
c29f4b3f8b
Added custom_import module
2017-02-07 13:48:13 -08:00
Saveen Reddy
c8cffc649d
Create Get_Python_Modules.usql
2017-01-09 11:56:43 -08:00
Saveen Reddy
5b252b9216
Create Get_Python_Version.usql
2017-01-09 10:53:31 -08:00
Saveen Reddy
ce99f655f4
Merge pull request #60 from kotvisbj/master
...
Multiple levels of Json Extraction
2017-01-03 19:41:21 -08:00
Saveen Reddy
9d87e959fd
Merge pull request #67 from dagiro/spatial_example
...
Update 2-SimpleSpatialUsage.usql
2017-01-03 19:40:00 -08:00
Ben Kotvis
2a4949a2c7
Fixing merge problem
2016-12-30 10:52:39 -06:00
kotvisbj
0fbc94a5ae
Update JSONExamples.usqlproj
2016-12-30 09:59:14 -06:00
Ben Kotvis
b7061ec8a1
Sample file for examples
2016-12-30 09:53:28 -06:00
Ben Kotvis
1e789339e1
Define the path as you would with the JSONExtractor, the second argument is if you want errors to be thrown if it can't find an attribute,
...
third argument is an array of attributes that will be located from the specified level or higher in the document tree.
In this case personid and name are at the person level and everything else is at the address level or lower (accesscode)
2016-12-30 09:50:51 -06:00
dagiro
0904f3439f
Update 2-SimpleSpatialUsage.usql
...
Line 1 contained a hidden character
2016-12-23 09:39:43 -08:00
Michael Rys
2671ac4b02
Merge pull request #64 from flomader/avrodata
...
Added Avro sample data
2016-12-21 21:39:59 -08:00
Anthony Chu
632a751458
Allow AvroExtractor to handle empty files
2016-12-21 16:34:34 -08:00
Florian Mader
84a7cb1101
Added Avro sample data
2016-12-21 12:01:03 +01:00
Mike Rys
18e6ccae0f
Added XML Namespace support to XMLDomExtractor
...
Added new parameter to XMLDomExtractor to specify namespace prefix to
namespace URI maps.
2016-12-21 00:21:29 -08:00
Florian Mader
6a4da9a071
Avro Extractor documentation
...
avro extractor documentation
2016-12-19 18:06:06 +01:00
Florian Mader
178a3d9024
Added example job to demonstrate Avro extractor usage
2016-12-19 00:47:39 +01:00
Florian Mader
94ead190b0
Added extractor for Avro files
2016-12-19 00:46:55 +01:00
Saveen Reddy
62d8e7923d
Added additional samples for R/Python/Cognitive
2016-11-28 11:15:54 -08:00
Saveen Reddy
a160a647c5
Added R Sample
2016-11-28 10:56:36 -08:00
Ben Kotvis
1b60be865e
Use it by supplying multiple levels of Json Paths. They will be assigned to the schema by index. It will recurse up the tree to locate paths if they aren't found at the "rowpath" level.
2016-11-17 17:53:13 -06:00
Michael Rys
4d2fe56262
Merge pull request #59 from steventmayer/stemayer-JsonPathExtractor
...
Corrected JSONPath functionality in Extractor
2016-11-11 11:55:31 -08:00
Steven Mayer
1c82dfc16c
Corrected JSONPath functionality in Extractor
2016-11-10 11:19:52 -08:00
Mike Rys
d0f2f0b5d7
Renamed files in JSONExamples
...
adjusted the file numbers in the names.
added escapeCharacter parameter to output on array example.
2016-11-04 12:07:05 -07:00
Saveen Reddy
ed5a53d47e
Update packages.config
2016-11-04 12:00:48 -07:00
Mike Rys
708ab427a7
Revert "Added optional WHERE to show partition elimination on filesets."
...
This reverts commit 2b130dc1d7
.
2016-11-02 14:22:54 -07:00
Mike Rys
895fe030a0
Added optional WHERE clause to show partition elimination on file set
2016-11-02 14:22:19 -07:00
Mike Rys
2b130dc1d7
Added optional WHERE to show partition elimination on filesets.
2016-11-02 14:21:31 -07:00
Mike Rys
a815d4e45f
Fix some comment typos and errors
...
1. added missing null guard in 3-Extract-Output-ComplexTypes.usql
2. fixed wrong column name reference in
3-Extract-Output-ComplexTypes.usql
3. added no option output to 4-Output-Options.usql for comparison
4. Fixed comment typos in 6-Extract-withHeaders.usql
2016-11-02 14:19:35 -07:00
Mike Rys
d5ddf389b9
Fixed type misalignment in ImageOps
...
Code still needs some more refactoring...
2016-11-01 11:59:25 -07:00
Mike Rys
639ca90bec
Updated the FileCopy UDOs
...
- Allow parallel scanning
- guard against reading into the overscan area
2016-10-26 12:15:04 -07:00
Saveen Reddy
6b4ddc57fe
Merge pull request #50 from flomader/patch-1
...
Update readme.md
2016-10-22 15:54:33 -07:00
Mike Rys
3b80dae217
Aligned code with upcoming MSDN article sample
2016-10-17 01:41:38 -07:00
Mike Rys
bca92ab412
Updated Builtin-UDO samples with new options
...
outputHeader and charFormat
2016-10-17 01:41:10 -07:00
Mike Rys
b4b8022f4d
Updated samples to remove deprecated :*
2016-10-13 13:42:11 -07:00