Exporting

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

Комментарии • 81

  • @EMERSONSA2004
    @EMERSONSA2004 Год назад +2

    Thank you from Brazil, you gained another subscriber... It worked well after the changes described... my fields took a while to be recognized by the system... Then it was perfect.

  • @RajeevSharma-ii7fx
    @RajeevSharma-ii7fx 5 месяцев назад +1

    Hi Dimitar, the file is getting downloaded but the data inside the file is quite jumbled. So many fields in the wrong column. Any idea why this is happening? I even modified the code to use the ~ character instead of comma as separator (since no text has ~ in the data so there is no confusion). But the problem is still there.Any suggestions? Thanks.

    • @flutterflowexpert
      @flutterflowexpert  5 месяцев назад

      Maybe you have blank spaces which are causing this issue? Test your csv file in this website to see if it is not because of your file structure - tableconvert.com/csv-to-html

    • @RajeevSharma-ii7fx
      @RajeevSharma-ii7fx 5 месяцев назад

      @@flutterflowexpert Hi Dimitar, thanks for replying. The CSV file is being badly formed. It appears the major problem is all the fields are not populated in all the documents. That is, some fields are blank (null). So for example lets say the table has a field called "priority status" -- this is blank of the product has no priority. Maybe that's what is causing the problem?

    • @flutterflowexpert
      @flutterflowexpert  5 месяцев назад

      @@RajeevSharma-ii7fx yes, that is what it is causing it.

  • @AniBanerji
    @AniBanerji 11 месяцев назад +2

    Dimitar, thank you very much for this informative video. I have one question: How can I pull the details from the document reference in this code?
    I am exporting a CSV file of all orders placed by customers, and I want to include the product data (name and price) for each order. The product data is stored as a document reference in the orders table. Please note that the product reference is an array, so one order can have multiple products.
    Any help would be greatly appreciated. Thank you in advance.

    • @dannyltd
      @dannyltd 11 месяцев назад

      Hi @AniBanerji, I have the exact same problem, did you figure out?

    • @flutterflowexpert
      @flutterflowexpert  11 месяцев назад +2

      That is actually a very good question and I have an example code in my github. Here is the link
      github.com/bulgariamitko/flutterflowtutorials/blob/main/Examples/firebase/database/fb-export-multi-collections-to-csv.dart
      if you need more help please join my Discord server.

  • @pramodgeorgehq
    @pramodgeorgehq Год назад +1

    Would love to see this for Supabase.

    • @flutterflowexpert
      @flutterflowexpert  Год назад +1

      This video is coming. :)

    • @pramodgeorgehq
      @pramodgeorgehq Год назад

      Just circling back here to see if you were able to figure out downloading from Supabase! :)@@flutterflowexpert

    • @jg9425
      @jg9425 5 часов назад

      @@flutterflowexpert is there a video for supabase? I did find the relevant code in the github, but would like to see some resources/guidance on the process.

  • @andreasfun9591
    @andreasfun9591 Месяц назад

    You mention Supabase in the title of your video but I do not see anything about Supabase. Is there a way to export a CSV using Flutterflow and Supabase?

    • @flutterflowexpert
      @flutterflowexpert  Месяц назад +1

      You can go to the code and just copy and paste the code that I have wrote for Supabase, also you can watch this video as well
      ruclips.net/video/0_TIH7xT5_Y/видео.html

  • @garvit7098
    @garvit7098 9 месяцев назад

    Hey, when I built the app and tested APK on my phone, it isn't working. It works fine in test mode in flutterflow but nothing is happening on my phone.
    Do you know why??

    • @flutterflowexpert
      @flutterflowexpert  9 месяцев назад

      You need to implement this code for mobile - ruclips.net/video/JSgDuKIxNg0/видео.html

  • @andreasfun9591
    @andreasfun9591 3 месяца назад

    In Flutterflow in your custom action on the right I see that you have no "return value" set and you have no errors, yet your custom action returns. How is this possible??

    • @flutterflowexpert
      @flutterflowexpert  3 месяца назад +1

      Good point actually I am not using the return word so I think you can just delete it from the code and it should still work.

  • @nithinpiratez5983
    @nithinpiratez5983 7 месяцев назад

    Export CSV works in FF test mode but not in android real device. Why?

    • @flutterflowexpert
      @flutterflowexpert  6 месяцев назад

      You need to follow the instructions of this video in order to download files on any device
      ruclips.net/video/JSgDuKIxNg0/видео.html

  • @Cesarkzz
    @Cesarkzz 9 месяцев назад

    Hello, for supabase I cant make it work :/

    • @flutterflowexpert
      @flutterflowexpert  9 месяцев назад

      Please join my Discord server to share your code to debug why it is not working.

  • @MateusWess
    @MateusWess 6 месяцев назад

    How can my user import an xls/excel file to create documents in Firebase?

    • @flutterflowexpert
      @flutterflowexpert  6 месяцев назад +1

      Well using this video your users can import csv files which will create FB docs for each row. you can convert xls file to csv file very easy.

  • @flutterflowexpert
    @flutterflowexpert  Год назад

    🌟 Welcome to my video! 🌟 To ensure you have the best experience and access to all the resources mentioned, we've placed all active links in the video description below. This helps me keep everything up-to-date and easy for you to find!
    👾 Join my Discord community! It's a great place to connect, share, and get the latest updates. The link is in the description as well.
    💖 If you enjoy our content, consider supporting the channel. Every bit of support helps me create more of what you love. Details on how you can support are also in the description.
    Thank you for watching and being a part of the community! 🚀

  • @musaabdulrahamanomale92
    @musaabdulrahamanomale92 3 месяца назад

    Thank you for this wonderful tutorial, in my case I want to call the send email action and attach the csv file, how do I return the csv file from this custom action?

    • @flutterflowexpert
      @flutterflowexpert  3 месяца назад

      Soon I will make a video how you can send emails directly using custom action only for free.

    • @musaabdulrahamanomale92
      @musaabdulrahamanomale92 3 месяца назад

      @@flutterflowexpert That will be really nice, however I was able to use "share" package to export the data which gives me the option to share via email.

    • @flutterflowexpert
      @flutterflowexpert  3 месяца назад

      @@musaabdulrahamanomale92 nice!

  • @georgecuray9200
    @georgecuray9200 Год назад +1

    You save my ass

  • @JefGalads
    @JefGalads 10 месяцев назад

    Great Tutorial , however i do get the "Target of URI doesn't exist" error, how do i resolve it. Im using the current "download: ^1.0.0" Thanks

  • @PikachuUsedSplash
    @PikachuUsedSplash Год назад

    Anyone know how I can do this for React Native? :)

  • @TechPisat
    @TechPisat Год назад

    HI too good.
    Thank you very much for your video.
    Let me implement it and give you feedback.

  • @SasoJakljevic
    @SasoJakljevic Год назад

    Awesome, thank you. I've implemented it in my own project faster because of your tutorial.

  • @yusufabkuki4984
    @yusufabkuki4984 11 месяцев назад

    Thank you so much for the video. Everything works great on the web but on iOS nothing happens. Is there any additional step to get it working on iOS. Really helpful video.

    • @flutterflowexpert
      @flutterflowexpert  11 месяцев назад

      Please follow this video in order to setup the code to be able to download files in iOS
      ruclips.net/video/JSgDuKIxNg0/видео.html

  • @blackbeauty6781
    @blackbeauty6781 8 месяцев назад

    hello sir. Beautiful tutorial. Please I am a novice in flutter. Please is it possible to export a document only if the a field in the document is equal to a particular user? eg. export order only if the orders are created by user a.

  • @aaronshailrepair2820
    @aaronshailrepair2820 Год назад

    I followed the steps exactly but I'm getting an error that says "action declaration not found" and it won't save my custom action

    • @flutterflowexpert
      @flutterflowexpert  Год назад +1

      Check the name of the custom action if it machines with the one in your code.

  • @javierchacondavila5801
    @javierchacondavila5801 Год назад

    Good tutorial. I am struggling to get a csv download but in my use case I am using a loop making api calls and adding jsons to a json list in app state. How do I get this app state json list to CSV and then download it??

    • @flutterflowexpert
      @flutterflowexpert  Год назад

      I will do a tutorial for that in the future or you can join my Discord to request that video in the future.

  • @Leo.Raposo
    @Leo.Raposo Год назад

    Excelent video. Work 100%!!

  • @samujedi_1594
    @samujedi_1594 Год назад

    Does anyone know why I get an error when importing Downloads? I have it exactly the same and I add the dependencies and I get the error that it cannot be imported and there is no way to do it

    • @flutterflowexpert
      @flutterflowexpert  Год назад

      What is the exact error that you get? Please join the Discord server to share your error there.

  • @maxichamas3330
    @maxichamas3330 Год назад

    Hello! good video. Can it be implemented with Supabase? That changes? Thank you!

  • @fabianandrescorrechamarin9246
    @fabianandrescorrechamarin9246 Год назад

    Hello, how could I export a collection to an Excel document since it has two variables that are of type list doc refente and it only shows me the reference and not the data that that reference has

    • @flutterflowexpert
      @flutterflowexpert  Год назад

      You need to query that data and put the actual data in the custom action as arguments. So you will have two queries and put the values in the custom action as arguments.

  • @obonosamuel7504
    @obonosamuel7504 Год назад

    Hi @dimitar, how do i modify this code to download a single file .wav .mp3 etc. pdf. If it's not too much to ask.

    • @flutterflowexpert
      @flutterflowexpert  Год назад

      Please find me on my Discord server as I have to ask you a lot of questions in order to give you the right answer.

  • @cherkaouijamal9897
    @cherkaouijamal9897 Год назад

    God bless youuu, thanks for the sharing

  • @hero77k73
    @hero77k73 Год назад

    Can you make a video for the same thing but in supabase?

  • @AppDevelopment-h3t
    @AppDevelopment-h3t 11 месяцев назад

    Thank you so much, you're the best!

  • @albus-hc
    @albus-hc Год назад

    I've been looking for this everywhere!

  • @deeppisat7647
    @deeppisat7647 Год назад

    great info, thank you very much

  • @aegisong1849
    @aegisong1849 Год назад

    Is there any way to format the DateTime to Date or just to time before exporting to CSV? If not the return value is 57:37.2 in Excel, and I have to click on the value to show 4/18/2023 6:57:37 AM. I just need the Date or maybe the Time and not both values together.

    • @flutterflowexpert
      @flutterflowexpert  Год назад +1

      Yes everything can be fixed and done. 👍 You need to format the time using FF before exporting the data.

    • @silvinalizetpachecoleon2802
      @silvinalizetpachecoleon2802 9 месяцев назад

      Tengo el mismo problema, ¿como lo resolviste?

  • @MarcusAurelius-fr6be
    @MarcusAurelius-fr6be 7 месяцев назад

    Thanks dude!

  • @felizjuniorp
    @felizjuniorp Год назад

    you you the best!!! txk!

  • @joehank9
    @joehank9 Год назад

    Hi there, thanks for this, it's perfect. But I'd like to know if have you tried something like this but with subcollections? or did you consider it's better to work only with collections?

    • @flutterflowexpert
      @flutterflowexpert  Год назад +1

      In my own experiences I have never used sub-collection in my FF projects. So my advice is to not use sub-collections if it is possible.

    • @joehank9
      @joehank9 Год назад

      @@flutterflowexpert Thanks!

  • @newone-xy3tt
    @newone-xy3tt Год назад

    thank you for this tutorial, but I have some problems that I encountered can you help me? I do this tutorial and it really works but it only works in the flutterflow, because when I downloaded the apk from the flutterflow and installed it on my phone, the download doesn't work. I can press the button but it do nothing. I will appreciate it if you could help me on this one

    • @flutterflowexpert
      @flutterflowexpert  Год назад +1

      To be honest I haven't tested it on mobile. I only deploy it on a web app, but it says the package should work on any platform - pub.dev/packages/download I will test this on mobile and let you know.

    • @newone-xy3tt
      @newone-xy3tt Год назад

      @@flutterflowexpert Thank you very much. I will appreciate it if you could help me on this.

    • @flutterflowexpert
      @flutterflowexpert  Год назад +1

      @@newone-xy3tt and will test ti and let you know

    • @newone-xy3tt
      @newone-xy3tt Год назад

      @@flutterflowexpert thank you

    • @dimzakir95
      @dimzakir95 Год назад

      @@newone-xy3tt "On mobile it saves the file in absolute or relative path, but we should ask/ensure if the app has the required permissions." perhaps this is the reason why it does not work on a mobile device

  • @marcosricardogarrafamartig1619

    download xlsx???

    • @flutterflowexpert
      @flutterflowexpert  Год назад

      Xlsx file is much difficult to implement. You need to use a package for that, but you can convert the CSV file to Xlsx file.

    • @marcosricardogarrafamartig1619
      @marcosricardogarrafamartig1619 Год назад

      @@flutterflowexpert thanks for your help, converting the cvs file to xlsx everything is organized, adding a filter to the collection, could you extract the files by their date?

    • @flutterflowexpert
      @flutterflowexpert  Год назад

      @@marcosricardogarrafamartig1619 Yes you should be able to

  • @marcosricardogarrafamartig1619

    algun codigo para archivos xlsx? help meeeee!

    • @flutterflowexpert
      @flutterflowexpert  11 месяцев назад

      You can export the file to csv and then you cna open it in Microsoft Excel as xlsx file