From 1a9da9189d3f89fdbfb38e76185443eea44b862e Mon Sep 17 00:00:00 2001 From: 3dcantaloupe <66147967+3dcantaloupe@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:05:53 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=93=20comment=20to=20download=20data?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dbShellCommands.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dbShellCommands.txt b/dbShellCommands.txt index aac4609..b1731da 100644 --- a/dbShellCommands.txt +++ b/dbShellCommands.txt @@ -20,6 +20,8 @@ order by unique_scans_n desc -- the limit here displays 20 results; the link "CSV without limit" below allows to download all the data without limit limit 20 +//click on [CSV without limit] to download the data: I renamed it to [productsUSA.csv] + references: https://mirabelle.openfoodfacts.org/products?sql=--+Products+from+Germany+that+have+been+scanned+at+least+one+time%0D%0Aselect+*+from+%5Ball%5D%0D%0Awhere+countries_en+like+%22%25United+States%25%22+and+unique_scans_n+is+not+null%0D%0Aorder+by+unique_scans_n+desc%0D%0A--+the+limit+here+displays+20+results%3B+the+link+%22CSV+without+limit%22+below+allows+to+download+all+the+data+without+limit%0D%0Alimit+20