Rob

Results 7 comments of Rob

Thanks for the reply @kpfaulkner -- ahh, I didn't see that option in the command line help when you run azurecopy.exe without any parameters -- good to know, thanks. So...

I tried it out with a batch size setting of 1000 and it took about 7 hours to copy 65GB/42K objects from AWS to Azure. I'll try running it again...

As a follow up, I tried batch size of 1000, 5000, and 5000 with -skip specified (I deleted one of the docs in the destination just to test skip) and...

Thanks for the reply @JonathanMagnan! So the issue is that because the first CR (or CRLF) is omitted, the length of the OuterHtml is inaccurate at a byte level because...

That is most unfortunate. We're walking the HTML DOM sending text through NLP models, scoring and categorizing text and as we find elements of interest, we need to be able...

Consider this simple example: ``` Some text ``` How do I calculate the _StreamPosition_ of the first byte after the ">" on the closing _DIV_ tag? We are trying to...