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

Powershell HTML message inline images

i was trying to make a bulk email send using Powershell, however i'm not able to use the code to use images inside the code (inlineattachments), it says that the command is not recognize. is there any way to create a HTML document and send it by…
Pepi0
  • 55
  • 7
-1
votes
1 answer

Extract exactly one file (any) from each 7zip archive, in bulk (Unix)

I have 1,500 7zip archives, each archive contains 2 to 10 files, with no subdirectories. Each file has the same extension, however the filename varies. I only want one file out of each archive, but I'd like to perform this in bulk. I do not care…
MattWithoos
  • 341
  • 1
  • 15
-1
votes
1 answer

MVC BULK PRINTING

Need some help or ideas. I have a view where I get a list of data, for each object I have a checkbox. Now I also added a select all were the total is 900 - 1100 objects. I want to pass these values to another view(Invoice Template I have) when that…
-1
votes
2 answers

Elastic Search Bulk Import from JSON without ID

Is there any way to import data from a JSON file into elasticSearch without having to provide ID to each document? I have some data in a JSON file. It contains around 1000 documents but no ID has been specified for any document. Here's how the data…
Anoop Sharma
  • 87
  • 1
  • 13
-1
votes
1 answer

how to send one email to multiple recipents in sendgrid email in c# using smtp api

Scenario is that i have thousands of email which i want to send email With the help of this ( i am using asp.net with C#) https://sendgrid.com/docs/Integrate/Code_Examples/csharp.html i can iterate all the emails and send emails to them (body of…
Ahtesham ul haq
  • 319
  • 1
  • 5
  • 14
-1
votes
2 answers

Make bulk http calls

Hi below is my problem scenario I have a Java Servlet which can handle http requests to 4 different servers. So for one user in my database I have to make 20 different API calls to each of the server i.e. 80 http calls. Now i have 1000 users which…
hybrid
  • 1,255
  • 2
  • 17
  • 42
-1
votes
1 answer

Mysql bulk delete using "not in"

Anybody can help me with this mysql query: delete from generic__campaings_included where dealer_id not in ('2,3,4') and campaing_id = '1' When I execute this query I didn't get normal result. Except 2 (dealer_id) all rows deleted. How can I use…
Nadir
  • 1
-1
votes
1 answer

How to create the automatic mass form submitter script to be used on the 3rd part websites, where I know their fields names-values?

I need a script that can handle the following tasks. Take user data from my database and fill in and submit / post data to forms located on third part websites.: So I want to know if is it hard to create or do somebody knows if does exists some…
Daniel
  • 29
  • 5
-1
votes
1 answer

Magento - entered data into wrong fields

We did something wrong when uploading our products to our database. SKU number ended up in description, and description ended up in SKU. It is around 1.000 products, so manually doing this is not an option. Also, this is an old error that didnt get…
-1
votes
2 answers

Notepad++ bulk search and replace string with another string within the same line

I've got a file filled with a bunch of variable declarations looking like this: //comment line STR_first_string = "This is the first message to be shown."; STR_another_message = "Second message here"; STR_string_message_three = "And the third…
Stacky
  • 875
  • 9
  • 24
-1
votes
3 answers

Delayed writes of client-accumulated records (Delphi app -> SQL Server)

My multi-threaded Delphi application parses about 100k marketplace offers. Each worker thread writes parsed data to a remote SQL Server. Currently each thread parses 3-4 offers per second which means 10 threads fire about 35 calls-for-update to SQL…
Interface Unknown
  • 713
  • 10
  • 26
-1
votes
1 answer

Find plagiarism in bulk articles

I have a 20,000 collection of master articles and I will get about 400,000 articles of one or two pages everyday. Now, I am trying to see if each one of this 400k articles are a copy or modified version of my collection of master articles (a…
-1
votes
2 answers

PHP Newsletter technique

I'm just a beginner of a PHP coding. I need to know normally industry they how to trigger Newsletter to client? is it use software/website like https://www.phplist.com/ ? or cronjob trigger a 'sendmail.php' and use phpmailer send bulk email…
Mavichow
  • 1,213
  • 17
  • 41
-1
votes
1 answer

Nhibernate SQL Server CE Bulkupdate

Is there a way to bulk insert/update records in a SQL Server CE database using Nhibernate?
VSharma
  • 29
  • 2
-1
votes
1 answer

Correct way to save pinging other email server's while bulk emailing?

This is what I am planing to do with my email table . I have setup Postfix on same server . Separate email column into two columns for example user@gmail.com get separated into Username | Hostname | user | gmail.com Now fetching…
Learner
  • 55
  • 4
1 2 3
62
63