Skip to content

Commit

Permalink
docs: add new transformations to list
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianaCeric committed Dec 8, 2023
1 parent 75fa3f2 commit 0ddc52c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/user/managing-projects-feeds.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ Data Tools now support **Feed Transformations**, which can automatically apply a

2. **Replace File From String** - any file in an incoming GTFS (e.g., `feed_info.txt`) can be overwritten or inserted with user-defined CSV data.

3. **Normalize Field:** Standardization of values within a specific GTFS field according to preset rules.

4. **Preserve Custom Fields:** Prevents custom, user-added fields in GTFS data from getting lost.

5. **Add Custom File:** Includes custom files in the GTFS data.

### Configuring Feed Transformations

Follow the steps below to configure Feed Transformations for an existing Feed Source:
Expand All @@ -78,11 +84,6 @@ Follow the steps below to configure Feed Transformations for an existing Feed So
2. From here, click on `Add transformation` to begin creating a new set of rules for incoming GTFS feeds. Your first ruleset will automatically apply to GTFS that is fetched automatically and manually uploaded, but this can be changed for each ruleset to apply to any of the retrieval methods listed in [Creating Feed Versions](#creating-feed-versions).
3. Click on `Add step to transformation` to select a transformation type and fill in the required fields for each type. Multiple transformations can be specified and each will be applied to the incoming GTFS file in the order in which they are defined.

The types of feed transformations include:
- **Normalize field transformation:** Standardization of values within a specific GTFS field according to preset rules.
- **Preserve custom fields transformation:** Prevents custom, user-added fields in GTFS data from getting lost.
- **Add custom file transformation:** Includes custom files in the GTFS data.

![create-project](https://datatools-builds.s3.amazonaws.com/docs/intro/configure-feed-transformations.png)

### Viewing the Feed Transformation Summary
Expand Down

0 comments on commit 0ddc52c

Please sign in to comment.