Upload to bucket pictures from a csv file with GAE and Google Cloud Storage The Next CEO of Stack OverflowSlow 5 kbps uploads to Google Cloud Storage from AndroidUploading to Google Cloud via an asp.net webpageUnable to read csv file uploaded on google cloud storage bucketCreate/fill form with values from uploaded CSVUploading files to Google Cloud Storage from .NetDownloading folders from Google Cloud Storage BucketGoogle cloud storage lifecycle configuration filesize?Restore Bucket on Google Cloud StorageUploading csv file with vbaTimeout Error When Uploading File from Google App Engine Storing to Google Cloud Storage

MessageLevel in QGIS3

Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?

What happened in Rome, when the western empire "fell"?

Can we say or write : "No, it'sn't"?

How do I transpose the first and deepest levels of an arbitrarily nested array?

Do I need to enable Dev Hub in my PROD Org?

If/When UK leaves the EU, can a future goverment conduct a referendum to join the EU?

I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin

What connection does MS Office have to Netscape Navigator?

Received an invoice from my ex-employer billing me for training; how to handle?

Is there a difference between "Fahrstuhl" and "Aufzug"

How to invert MapIndexed on a ragged structure? How to construct a tree from rules?

Would a galaxy be visible from outside, but nearby?

How does the mv command work with external drives?

How to start emacs in "nothing" mode (`fundamental-mode`)

Won the lottery - how do I keep the money?

Return the Closest Prime Number

What flight has the highest ratio of time difference to flight time?

Can I equip Skullclamp on a creature I am sacrificing?

Preparing Indesign booklet with .psd graphics for print

If a black hole is created from light, can this black hole then move at speed of light?

Would a completely good Muggle be able to use a wand?

Is micro rebar a better way to reinforce concrete than rebar?

Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?



Upload to bucket pictures from a csv file with GAE and Google Cloud Storage



The Next CEO of Stack OverflowSlow 5 kbps uploads to Google Cloud Storage from AndroidUploading to Google Cloud via an asp.net webpageUnable to read csv file uploaded on google cloud storage bucketCreate/fill form with values from uploaded CSVUploading files to Google Cloud Storage from .NetDownloading folders from Google Cloud Storage BucketGoogle cloud storage lifecycle configuration filesize?Restore Bucket on Google Cloud StorageUploading csv file with vbaTimeout Error When Uploading File from Google App Engine Storing to Google Cloud Storage










0















First of all, I'm using the standard environment in java.



Here's my problem: I have a directory filled with pictures and I have also a CSV file in which there is some informations in columns AND a column which refers to the name of the associated picture in the directory.



I don't know how I would be able to read the csv file and then upload the corresponding picture situated in the directory.



I had the idea of uploading the csv file in one input file and all the pictures in another input file which be "multiple", but the amount of pictures is really large (approximately 5000).



Any idea to solve this ?



Thanks for your help










share|improve this question




























    0















    First of all, I'm using the standard environment in java.



    Here's my problem: I have a directory filled with pictures and I have also a CSV file in which there is some informations in columns AND a column which refers to the name of the associated picture in the directory.



    I don't know how I would be able to read the csv file and then upload the corresponding picture situated in the directory.



    I had the idea of uploading the csv file in one input file and all the pictures in another input file which be "multiple", but the amount of pictures is really large (approximately 5000).



    Any idea to solve this ?



    Thanks for your help










    share|improve this question


























      0












      0








      0








      First of all, I'm using the standard environment in java.



      Here's my problem: I have a directory filled with pictures and I have also a CSV file in which there is some informations in columns AND a column which refers to the name of the associated picture in the directory.



      I don't know how I would be able to read the csv file and then upload the corresponding picture situated in the directory.



      I had the idea of uploading the csv file in one input file and all the pictures in another input file which be "multiple", but the amount of pictures is really large (approximately 5000).



      Any idea to solve this ?



      Thanks for your help










      share|improve this question
















      First of all, I'm using the standard environment in java.



      Here's my problem: I have a directory filled with pictures and I have also a CSV file in which there is some informations in columns AND a column which refers to the name of the associated picture in the directory.



      I don't know how I would be able to read the csv file and then upload the corresponding picture situated in the directory.



      I had the idea of uploading the csv file in one input file and all the pictures in another input file which be "multiple", but the amount of pictures is really large (approximately 5000).



      Any idea to solve this ?



      Thanks for your help







      java forms google-cloud-platform upload google-cloud-storage






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 11 at 11:46









      Pawel Czuczwara

      748




      748










      asked Mar 7 at 15:34









      etienne31etienne31

      105




      105






















          1 Answer
          1






          active

          oldest

          votes


















          0














          You can use Java Standard Environment with Cloud Storage Client Libraries following those steps:




          1. Setup Cloud Storage.

          2. Upload csv file to the bucket using gsutil cp (can also be used to upload the entire folder).


          3. Read file from the bucket to get file names.

          4. Upload files to the bucket, as shown in this example.





          share|improve this answer























          • Thank you for your answer. I'm facing another issue but as soon as I fix it, I will try it. I'll keep you informed.

            – etienne31
            Mar 13 at 7:51











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55047518%2fupload-to-bucket-pictures-from-a-csv-file-with-gae-and-google-cloud-storage%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          You can use Java Standard Environment with Cloud Storage Client Libraries following those steps:




          1. Setup Cloud Storage.

          2. Upload csv file to the bucket using gsutil cp (can also be used to upload the entire folder).


          3. Read file from the bucket to get file names.

          4. Upload files to the bucket, as shown in this example.





          share|improve this answer























          • Thank you for your answer. I'm facing another issue but as soon as I fix it, I will try it. I'll keep you informed.

            – etienne31
            Mar 13 at 7:51















          0














          You can use Java Standard Environment with Cloud Storage Client Libraries following those steps:




          1. Setup Cloud Storage.

          2. Upload csv file to the bucket using gsutil cp (can also be used to upload the entire folder).


          3. Read file from the bucket to get file names.

          4. Upload files to the bucket, as shown in this example.





          share|improve this answer























          • Thank you for your answer. I'm facing another issue but as soon as I fix it, I will try it. I'll keep you informed.

            – etienne31
            Mar 13 at 7:51













          0












          0








          0







          You can use Java Standard Environment with Cloud Storage Client Libraries following those steps:




          1. Setup Cloud Storage.

          2. Upload csv file to the bucket using gsutil cp (can also be used to upload the entire folder).


          3. Read file from the bucket to get file names.

          4. Upload files to the bucket, as shown in this example.





          share|improve this answer













          You can use Java Standard Environment with Cloud Storage Client Libraries following those steps:




          1. Setup Cloud Storage.

          2. Upload csv file to the bucket using gsutil cp (can also be used to upload the entire folder).


          3. Read file from the bucket to get file names.

          4. Upload files to the bucket, as shown in this example.






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 11 at 15:32









          Pawel CzuczwaraPawel Czuczwara

          748




          748












          • Thank you for your answer. I'm facing another issue but as soon as I fix it, I will try it. I'll keep you informed.

            – etienne31
            Mar 13 at 7:51

















          • Thank you for your answer. I'm facing another issue but as soon as I fix it, I will try it. I'll keep you informed.

            – etienne31
            Mar 13 at 7:51
















          Thank you for your answer. I'm facing another issue but as soon as I fix it, I will try it. I'll keep you informed.

          – etienne31
          Mar 13 at 7:51





          Thank you for your answer. I'm facing another issue but as soon as I fix it, I will try it. I'll keep you informed.

          – etienne31
          Mar 13 at 7:51



















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55047518%2fupload-to-bucket-pictures-from-a-csv-file-with-gae-and-google-cloud-storage%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

          Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

          Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved