Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Hallo Community,

Ich suche eine Software welche mir aus einer CSV Datei mit ca. 15'000 Zeilen, 15'000 2D Datamatrixen erstellen kann.

In der CSV Datei stehen unterschiedliche Mandanten mit Name, Anschrift, Telefonnummer etc. Jeder Mandant und seine Informationen stehen in einer Zeile getrennt durch semikolons(;).

Ich benötige eine Software welche für jeden Mandanten eine Datamatrix erstellt.

 

Eventuell kennt ihr solch eine Software? Ich bin bei meiner Suche leider nicht fündig geworden und hoffe das eventuell jemand anderes ein ähnliches Problem bereits gelöst hat.

 

Vielen Dank im Vorraus! :)

Google bietet eine API dafür an. Ich weiß jetzt nicht für welche Datenmengen die ausgelegt ist.

So auf die schnelle könntest du es via Bash regeln:

cat test_data.csv | awk '{printf("wget -O %d.jpg https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=%s\n", NR, $0)}' | while read line ; do $line ; done

Das "script" erzeugt für jede Zeile deiner CSV eine Datamatrix. Vielleicht bringt dich das weiter.

@Goose Nur:
https://de.wikipedia.org/wiki/DataMatrix-Code und der von Google produzierte
https://de.wikipedia.org/wiki/QR-Code sind zwei verschiedene Barcodetypen.

Gibt aber auch für DataMatrix kostenlose Libraries - oder man nutzt sowas wie List&Label..

 

Auf den ersten Blick brauchbares und auch auf der Konsole im Batchbetrieb nutzbares Tool für Win/Linux: http://zint.github.io/

Bearbeitet von RipperFox
Zint

  • Autor

Ich bin leider kein Programmierer und habe davon wenig Ahnung.

Ich habe mir eure Vorschläge mit der API angesehen und finde dies ist eine gute Idee das ganze umzusetzen.
Besitzt eventuell jemand bereits ein Script oder eine Batch Datei welche jede Zeile aus der CSV Datei in einen QR Code umwandelt und ihn sogar anschließend downloadet?

Es handelt sich um ca. 15000 Zeilen pro CSV.

 

Das wäre optimal.
Danke für die vielen Antworten.

Bearbeitet von timi042

@timi042 Nutze das vorgeschlagene Zint: Das kann eine Textdatei zeilenweise auslesen und spuckt dir Barcodes in einzelne Dateien aus..

Btw: Die Eingangsfrage ist sehr ungünstig und wurde auch schon falsch verstanden: "2D Datamatrixen" gibt es nicht (Mehrzahl von Matrix wäre Matrize/Matrices)  - wenn Du 2D Barcodes im Format "DataMatrix" erstellen möchtest schreib das doch einfach..

Bearbeitet von RipperFox

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.