Questions tagged [bulk]

The meaning of bulk is the major portion or greater part of any size, mass, or volume.

946 questions
-1
votes
1 answer

Downloading Images with "illegal" characters

I am migrating a shop over for a client. I have to pull all the old image files off her 'shop' which has no FTP access. It allowed me to export a list of filenames/urls. My plan was to load them up in Firefox and use "Downloadthemall" to simply…
tjh
  • 89
  • 1
  • 6
-1
votes
2 answers

Regular expression search and replace in multiple files (bulk) - without opening files

I normally use Notepad++ to search and replace what I need (regex), however, I have to open all the files that I need, in order to replace what is needed to be replaced.. My question is how can I do that in bulk (multiple) files, in a folder,…
Mike
  • 2,051
  • 4
  • 28
  • 46
-1
votes
1 answer

How to add Bulk Table into Database using Asp.net

I have a situation here where I need to upload an Excel sheet on which there may be records more than 50K. The problem is now im managing it using a DataTable. Im storing the entire records into a DataTable and im manupulating the Rows and Inserting…
smilu
  • 859
  • 7
  • 30
  • 53
-2
votes
0 answers

Problem to estimate dispersion in bulk analysis

I have a problem when I try estimate dispersion that affects downstream analysis. #DGEList object obj<- DGEList(matrix, group=Sample) #DESIGN MATRIX design <- model.matrix(~0+Sample) In my bulk analysis the design matrix is this: Sample1 Sample2…
ASN
  • 1
-2
votes
1 answer

Is there anyone can apply a performance report for elasticsearch bulk?

As I search many in google, I still don't find a answer. Is there anyone can apply a performance report for elasticsearch bulk? I want to know the upper limit of the bulk. You can tell the max speed for it with what kind of specifications of the…
ElapsedSoul
  • 725
  • 6
  • 18
-2
votes
1 answer

Insert data from one table to another table in chunks - MySQL

I have been trying to load data from one table that has 100 million + rows into a new table based on a filter. I have tried to load using the procedure below but for some reason it just sits there with no result or activity in processlist. I have…
Dalvi
  • 15
  • 5
-2
votes
1 answer

C# MsSql Bulk Update

What is the more effective way to implement bulk update from a collection? I implemented the insert with SqlBulkCopy but how can I implement Bulk Update? Thanks
L. Kvri
  • 1,456
  • 4
  • 23
  • 41
-2
votes
1 answer

How to rename all .jpg files in all subdirs which contains dash in linux?

I have subfolders with dashes (example subdir with name c-d). I need to rename all .jpg files with all subdirs, any tips how to do it? I've tried many option, but nothing helped (I think because my subfolders contains dashes -)
-2
votes
1 answer

Sending bulk emails with unique attachments (service or java or api)

Hello Stackers :-) , I have been asked to send out approx. 2000 emails with unique attachments to unique email addresses. Background: Users registered for an event and I am supposed to send out their tickets with unique QR code and seating. What…
Oliver Goossens
  • 1,903
  • 3
  • 20
  • 26
-2
votes
1 answer

How to Bulk update Embedded Docs in MongoDB

Having a hard time getting MongoDB to update an embedded doc Using Bulk updates MongoDB version 3.0 any help would be of thanks.
-2
votes
1 answer

How to handle refused mail?

I've been asked to set up a newsletter service for ~10k recipients (all signed up, no spam) The thing is I got a lot of rejected emails (non existing addresses),which flooded my inbox. I wrote a shell script to parse these mails, extract the…
David Ventura
  • 418
  • 2
  • 7
  • 20
-3
votes
3 answers

Linux batch rename files

I am going to rename image files and pdf files in a folder in Linux. It should be recursively as some files are in sub-sub folder. Current file name pattern is like: an-yt-h-in-g-123word-123456-anything.jpg (.png .pdf) My goal pattern…
-3
votes
2 answers

How can I bulk rename files in a photo folder with sequential numbers

This was a poorly worded question My main goal was to display many images or even a range from a set arbitrarily, renaming the files to sequential numbers seemed like it would make the displaying or iterating through the files easier if they just…
janicehoplin
  • 397
  • 7
  • 15
-5
votes
1 answer

Bulk insert an excel sheet with JAVA

I'm looking for a way to bulk insert data from an excel sheet to a table in the database (eg. SQLServer). Didn't find any solution to do it (that is not to save as a CSV or txt file). Any suggestions? thanks
Inbal
  • 281
  • 2
  • 13
-10
votes
5 answers

How to import images in a bulk import function?

I am working on a Bulk Import function in PHP for products table. I want to know how do you import images for the products? Do it through csv or upload it externally some other way? I have worked on importing all the other columns from a csv file.…
Waleed
  • 1,097
  • 18
  • 45
1 2 3
62
63