Hello, I am Jlopezg88 and I will tell you what my first contact with Drupal and git was. We will start with Drupal which seems more interesting and we will end up with git.
Firstly I want to tell you that a week ago I did not know that Drupal was accurate, I knew it was a CMS such as Wordpress or Joomla but with the peculiarity that it has a reputation for being very difficult to learn having a very high learning curve.
I am new to Drupal and want to build a function to track package status. Since some moduels are still not available, I plan to use Drupal 7 instead of 8.
The business case is : The package is received in US and assigned a US tracking number (UTN). The package is then shipped to China. As long as it pass the Chinese customs, a Chinese Tracking number (CTN) is assigned to the package, and this CTN is used to retrieve shipping status in China.
I desperately need a module like 'CSV importer' to create some nodes by importing from CSV or Excel files. I am surprise to see only one module, feeds, is actively handle such a common task. Unfortunately there is a BIG warning in feeds' setting page, saying that it is still not ready for CSV file.
Anyone has some kind of feasible way to import data from CSV or Excel to create nodes? Thank you very much if you would like to share some information.
We must find a method so that a view list can be updated, without waiting cache flush, when the status or field value of one of its content has changed.
Therefore the view has to be directly impacted during the submission of the node.
Of course, the cache of the website has to remain enable.
I created a module that allows me to import webform submissions in xls form. But I can't control my submissions with my webform conditions so I need help.