Your a life saver! Thanks for doing my job for me:)
@MelissaPortales2 жыл бұрын
Great tutorial, thanks!
@Pseudo___3 жыл бұрын
Okay but what if I got multiple arrays in multiple objects with properties sporadically throughtout,?
@valkingelf Жыл бұрын
Thank you, It helps me a lot!
@jonusdarr24432 жыл бұрын
I'm a nub and I got this. Thanks a lot.
@andrewcosgrove64473 жыл бұрын
I got a "run time error '9': subscript out of range" error on this line: "For Each c In ActiveSheet.ListObjects(1).HeaderRowRange.Cells" any idea why?
@na-ql3sm3 жыл бұрын
Did you ever figure this out? I am getting the same error.
@eToolGuy3 жыл бұрын
@@na-ql3sm Your grid data needs to be defined as an Excel Table. Select the data you want to convert, then Go to then on the Ribbon and select a style.
@victorrichtmann35903 жыл бұрын
The tutorial is very good. This worked well for me. But it doesn't work with a special character. Do you have any idea how to adjust as a special character?
@jonusdarr24432 жыл бұрын
Did you solve this? Thanks
@mattkolberg24099 ай бұрын
This is really good. Just some constructive criticism. Speaking live, or narrating in a video, you want to avoid doing things that distract the listener. For you, it's taking a sip of whatever it is you're drinking. It happens very often. You'll be a better speaker if you avoid that.
@fortunesipay1495 ай бұрын
I came to the comment to say the exact same thing.
@secretstorymusic2 жыл бұрын
It would be great to know how to store individual lines as separate files as my log only allows single line files to be read.
@vidhijindal212 жыл бұрын
Did you achieve that? I am looking for the same.
@secretstorymusic2 жыл бұрын
@@vidhijindal21 Not yet. I'm considering loading my data into SAS and automating a macro to save as different files. Will LYK if that works.
@michaelboggs438 Жыл бұрын
Is it possible to modify this so that the only outputs are strings? I'm trying to get data to upload into Cosmos DB for Azure, and Azure really likes string data inputs.
@edderantonioparranaranjo49193 жыл бұрын
It helped me a lot, thank you
@jakebrett37543 жыл бұрын
Dont know if you guys gives a shit but if you're bored like me atm you can stream all the new series on instaflixxer. Been watching with my gf for the last weeks :)
@kadenmekhi47373 жыл бұрын
@Jake Brett Yup, have been using instaflixxer for since december myself :)
@patrickdanielmanalo35022 жыл бұрын
I got a "Run time error '424' Object Required" on this line "Print #fileNumber, JsonCoverter.ConvertToJson(collectionToJson, Whitespace:=2)" any idea why?
@patrickdanielmanalo35022 жыл бұрын
@user-rg4ze1uj7d any ideas?
@vsChris Жыл бұрын
I'm getting the same error. Were you ever able to figure this out?
@alejandroarmagedon8095 Жыл бұрын
ya te solucionarion?
@phaneeshanagraj92322 жыл бұрын
How to add data from multiple workbook and convert into JSON format
@blankcheckguy693 жыл бұрын
is there a simple line of code I can add that allows the converter to skip a column if there is no value attatched in the table (ie. left blank) ? trying to format metadata for a large-scale NFT project (non-generative/where the art was done by hand) and we don’t need any extraneous properties as they literally should not exist if the piece of art does not call for it.
@ВладимирГригин-п9о2 жыл бұрын
Hi! How to save JSON in format UTF-8? Tnx!
@crocodilearms20932 жыл бұрын
How do you build a complex table and export to nested json? {"id":"0","attributes":[{"name":"one","value":"1"},{"name":"two","value":"2"}],"description":"The \"description\""}
@basasasas12 жыл бұрын
you found a solution?
@crocodilearms20932 жыл бұрын
@@basasasas1 I did. Not an elegant one!
@kanishksharma98283 жыл бұрын
My Button is not working, I can click it but it is not working! :(
@na-ql3sm3 жыл бұрын
did you figure it out?
@kanishksharma98283 жыл бұрын
@@na-ql3sm no not yet
@DepechLyot2 жыл бұрын
it adds -- Private Sub CommandButton1_Click() extra End Sub need delete them
@sheheryarsarwar51402 жыл бұрын
You need to check might be your design mode is on under development.
@DepechLyot2 жыл бұрын
@@sheheryarsarwar5140 no, he said can click it.
@alejandroarmagedon8095 Жыл бұрын
help!! ERROR 424
@Happy-cz8ftАй бұрын
Only shows you that you need to download an function.
@sumthinsbrewin2 жыл бұрын
Your constant slurping is rather annoying.
@johankneijber Жыл бұрын
Completely agree. Otherwise very good.
@paddy1813 Жыл бұрын
I was surprised how often someone has to drink during a video recording...
@rogerdoger3038 ай бұрын
Is that coffee you're drinking? 🙂
@mohamad.Khaled9 ай бұрын
thx
@serhiirumiantsev77363 жыл бұрын
Script is not working, it shows error
@na-ql3sm3 жыл бұрын
did you figure it out?
@eimhalim979618 күн бұрын
oh my god.. i found it quite distracting when u keep sipping whatever that is you're drinking.
@1982dhanu4 ай бұрын
Hi, Found this very useful But I get this Run time error '438' at line, I guess HeaderRowRange has to be used by a fixed length now. Are you planning to change your code ?. 'For Each c In ActiveSheet.ListObject(1).HeaderRowRange.Cells'