I need help on writing a code for uploading locally stored CSV files to Google cloud storage and then storing data from storage to the respective Big Query tables, using .Net client libraries.
I searched for hours, but didn’t get relevant solution.
Thanks.
Google’s .net sdk does support Big Query and Cloud Storage, but I don’t have any first hand examples. Here’s a link to the SDK’s Supported API page. It should help if you haven’t already found it. On this page there is help to using the SDK.